public interface ImpendingOWLOntologyChangeListener extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
handleImpendingOntologyChanges(List<? extends OWLOntologyChange> impendingChanges)
Called when a list of ontology changes is about to be applied.
|
void handleImpendingOntologyChanges(@Nonnull List<? extends OWLOntologyChange> impendingChanges)
impendingChanges - A list of ontology changes that will be applied to an ontology.
Note that the list of changes represents the requested changes.
Not all change might be applied.OWLOntologyChangeVetoException - The listener may throw a change veto exception, which will
prevent all of the changes being applied.Copyright © 2016 The University of Manchester. All Rights Reserved.