Uses of Interface
de.uka.ipd.consensus.foundation.ontology.OntologyListener

Packages that use OntologyListener
de.uka.ipd.consensus.foundation.ontology   
de.uka.ipd.consensus.impl   
 

Uses of OntologyListener in de.uka.ipd.consensus.foundation.ontology
 

Classes in de.uka.ipd.consensus.foundation.ontology that implement OntologyListener
 class OntologyAdapter
          An adapter class for receiving ontology events.
 

Methods in de.uka.ipd.consensus.foundation.ontology with parameters of type OntologyListener
 void OntologyManager.addOntologyListener(OntologyListener listener)
          Registers a new OntologyListener.
 void OntologyManager.removeOntologyListener(OntologyListener listener)
          Removes an OntologyListener, if it is registered with the OntologyManager (otherwise this call is ignored).
 

Uses of OntologyListener in de.uka.ipd.consensus.impl
 

Classes in de.uka.ipd.consensus.impl that implement OntologyListener
 class IncentiveManagerImpl
          TODO
 class LoggingManagerImpl
          TODO
 

Methods in de.uka.ipd.consensus.impl with parameters of type OntologyListener
 void OntologyManagerImpl.addOntologyListener(OntologyListener listener)
           
 void OntologyManagerImpl.removeOntologyListener(OntologyListener listener)