@FunctionalInterface public interface OWLOntologyChangeBroadcastStrategy extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
broadcastChanges(OWLOntologyChangeListener listener,
List<? extends OWLOntologyChange> changes)
Broadcasts the list of changes to the specified listeners.
|
void broadcastChanges(OWLOntologyChangeListener listener, List<? extends OWLOntologyChange> changes) throws OWLException
changes - The changes to be broadcast.listener - The listeners that the changes should be broadcast toOWLException - for any exception raisedCopyright © 2020 The University of Manchester. All rights reserved.