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
OWLOntologyChangeBroadcastStrategybroadcastChanges in interface OWLOntologyChangeBroadcastStrategylistener - The listeners that the changes should be broadcast tochanges - The changes to be broadcast.OWLException - for any exception raisedCopyright © 2016 The University of Manchester. All Rights Reserved.