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.

@FunctionalInterface public interface OWLOntologyChangeBroadcastStrategy extends Serializable
Since:
2.0.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
  • 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