public class EDTChangeBroadcastStrategy extends Object implements OWLOntologyChangeBroadcastStrategy
| Constructor and Description |
|---|
EDTChangeBroadcastStrategy() |
| 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, 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.