public interface OWLOntologyChangesVetoedListener extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
ontologyChangesVetoed(List<? extends OWLOntologyChange> changes,
OWLOntologyChangeVetoException veto)
Called when a list of ontology changes has been vetoed for some reason.
|
void ontologyChangesVetoed(@Nonnull List<? extends OWLOntologyChange> changes, @Nonnull OWLOntologyChangeVetoException veto)
changes
- The changes that were vetoed.veto
- The cause of the veto.Copyright © 2020 The University of Manchester. All rights reserved.