|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.semanticweb.owl.model.DefaultChangeBroadcastStrategy
public class DefaultChangeBroadcastStrategy
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 20-Nov-2006
A change broadcast strategy that simple broadcasts all changes made to all
ontologies.
Constructor Summary | |
---|---|
DefaultChangeBroadcastStrategy()
|
Method Summary | |
---|---|
void |
broadcastChanges(OWLOntologyChangeListener listener,
java.util.List<? extends OWLOntologyChange> changes)
Broadcasts the list of changes to the specified listeners. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultChangeBroadcastStrategy()
Method Detail |
---|
public void broadcastChanges(OWLOntologyChangeListener listener, java.util.List<? extends OWLOntologyChange> changes) throws java.lang.Exception
OWLOntologyChangeBroadcastStrategy
broadcastChanges
in interface OWLOntologyChangeBroadcastStrategy
listener
- The listeners that the changes should be broadcast tochanges
- The changes to be broadcast.
OWLException
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |