public interface OWLOntologyChangeBroadcastStrategy
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
broadcastChanges(OWLOntologyChangeListener listener,
java.util.List<? extends OWLOntologyChange> changes)
Broadcasts the list of changes to the specified listeners.
|
void broadcastChanges(OWLOntologyChangeListener listener, java.util.List<? extends OWLOntologyChange> changes) throws OWLException
changes
- The changes to be broadcast.listener
- The listeners that the changes should be broadcast toOWLException