Package org.semanticweb.owlapi.model
Interface OWLOntologyChangeBroadcastStrategy
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultChangeBroadcastStrategy
,EDTChangeBroadcastStrategy
,SpecificOntologyChangeBroadcastStrategy
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
-
Method Summary
Modifier and TypeMethodDescriptionvoid
broadcastChanges
(OWLOntologyChangeListener listener, List<? extends OWLOntologyChange> changes) Broadcasts the list of changes to the specified listeners.
-
Method Details
-
broadcastChanges
void broadcastChanges(OWLOntologyChangeListener listener, List<? extends OWLOntologyChange> changes) throws OWLException Broadcasts the list of changes to the specified listeners.- Parameters:
changes
- The changes to be broadcast.listener
- The listeners that the changes should be broadcast to- Throws:
OWLException
- for any exception raised
-