public interface OWLOntologyChangeListener
Modifier and Type | Method and Description |
---|---|
void |
ontologiesChanged(List<? extends OWLOntologyChange> changes)
Called when some changes have been applied to various ontologies.
|
void ontologiesChanged(@Nonnull List<? extends OWLOntologyChange> changes) throws OWLException
changes
- A list of changes that have occurred. Each change may be examined
to determine which ontology it was applied to.OWLException
- exceptionCopyright © 2020 The University of Manchester. All rights reserved.