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