public class EDTChangeBroadcastStrategy extends Object implements OWLOntologyChangeBroadcastStrategy
| Constructor and Description |
|---|
EDTChangeBroadcastStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
broadcastChanges(OWLOntologyChangeListener l,
List<? extends OWLOntologyChange> changes)
Broadcasts the list of changes to the specified listeners.
|
public void broadcastChanges(OWLOntologyChangeListener l, List<? extends OWLOntologyChange> changes) throws OWLException
OWLOntologyChangeBroadcastStrategybroadcastChanges in interface OWLOntologyChangeBroadcastStrategyl - The listeners that the changes should be broadcast tochanges - The changes to be broadcast.OWLException - for any exception raisedCopyright © 2017 The University of Manchester. All Rights Reserved.