public interface ImpendingOWLOntologyChangeBroadcastStrategy extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
broadcastChanges(ImpendingOWLOntologyChangeListener listener,
List<? extends OWLOntologyChange> changes)
Broadcasts the list of changes to the specified listeners.
|
void broadcastChanges(@Nonnull ImpendingOWLOntologyChangeListener listener, @Nonnull List<? extends OWLOntologyChange> changes)
changes
- The changes to be broadcast.listener
- The listeners that the changes should be broadcast toCopyright © 2020 The University of Manchester. All rights reserved.