de.uka.cmtm.serviceregistry.query
Interface ServiceLocatorEventListener

All Superinterfaces:
EventListener

public interface ServiceLocatorEventListener
extends EventListener

Implementing classes can be notified of events occuring during service lookup.

Author:
tilmann

Method Summary
 void classNotFound(ClassNotFoundEvent e)
          This event is fired when a class name provided as a search parameter cannot be resolved to an ontology class.
 

Method Detail

classNotFound

void classNotFound(ClassNotFoundEvent e)
This event is fired when a class name provided as a search parameter cannot be resolved to an ontology class.

Parameters:
e - the ClassNotFoundEvent