org.semanticweb.owl.model.change
Interface OntologyChangeSource

All Known Implementing Classes:
OWLOntologyImpl

public interface OntologyChangeSource

Things that can be listened to for ontology change events. Created: Fri May 16 14:30:59 2003

Version:
$Id: OntologyChangeSource.java,v 1.1.1.1 2003/10/14 17:10:09 sean_bechhofer Exp $

Method Summary
 void addOntologyChangeListener(OntologyChangeListener listener)
          Add an ontology change listener to the collection of things that should be notified when ontology change events occur.
 void removeOntologyChangeListener(OntologyChangeListener listener)
          Remove the listener from the collection
 

Method Detail

addOntologyChangeListener

public void addOntologyChangeListener(OntologyChangeListener listener)
                               throws OWLException
Add an ontology change listener to the collection of things that should be notified when ontology change events occur.

OWLException

removeOntologyChangeListener

public void removeOntologyChangeListener(OntologyChangeListener listener)
                                  throws OWLException
Remove the listener from the collection

OWLException


WonderWeb