@FunctionalInterface 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(List<? extends OWLOntologyChange> changes, OWLOntologyChangeVetoException veto)
changes - The changes that were vetoed.veto - The cause of the veto.Copyright © 2019 The University of Manchester. All rights reserved.