org.universAAL.middleware.util
Interface OntologyListener

Package class diagram package OntologyListener
All Known Implementing Classes:
Hub

public interface OntologyListener

Callback for ontology changes. This interface must be implemented and can be registered at OntologyManagement.addOntologyListener(org.universAAL.middleware.container.ModuleContext, OntologyListener) to be notified when a certain change occurs.

Author:
Carsten Stockloew

Method Summary
 void ontologyAdded(String ontURI)
          Notification when a new ontology is added.
 void ontologyRemoved(String ontURI)
          Notification when an existing ontology is removed.
 

Method Detail

ontologyAdded

void ontologyAdded(String ontURI)
Notification when a new ontology is added.

Parameters:
ontURI - the URI of the new ontology.

ontologyRemoved

void ontologyRemoved(String ontURI)
Notification when an existing ontology is removed.

Parameters:
ontURI - the URI of the ontology.


Copyright © 2014 universAAL Consortium. All Rights Reserved.