org.semanticweb.owlapi.model
Interface ImpendingOWLOntologyChangeBroadcastStrategy

All Known Implementing Classes:
DefaultImpendingChangeBroadcastStrategy

public interface ImpendingOWLOntologyChangeBroadcastStrategy

Author: Matthew Horridge
The University of Manchester
Bio-Health Informatics Group
Date: 04-Jul-2010


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

Method Detail

broadcastChanges

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