org.semanticweb.owlapi.model
Interface OWLOntologyChangeBroadcastStrategy

All Known Implementing Classes:
DefaultChangeBroadcastStrategy, EDTChangeBroadcastStrategy, SpecificOntologyChangeBroadcastStrategy

public interface OWLOntologyChangeBroadcastStrategy

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 20-Nov-2006


Method Summary
 void broadcastChanges(OWLOntologyChangeListener listener, java.util.List<? extends OWLOntologyChange> changes)
          Broadcasts the list of changes to the specified listeners.
 

Method Detail

broadcastChanges

void broadcastChanges(OWLOntologyChangeListener listener,
                      java.util.List<? extends OWLOntologyChange> changes)
                      throws java.lang.Exception
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
java.lang.Exception