Uses of Interface
de.uka.cmtm.serviceregistry.query.ServiceLocatorEventListener

Packages that use ServiceLocatorEventListener
de.uka.cmtm.serviceregistry.query   
de.uka.cmtm.serviceregistry.query.protege   
 

Uses of ServiceLocatorEventListener in de.uka.cmtm.serviceregistry.query
 

Methods in de.uka.cmtm.serviceregistry.query with parameters of type ServiceLocatorEventListener
 void ServiceProfileLocator.addServiceLocatorEventListener(ServiceLocatorEventListener listener)
          Sets a ServiceLocatorEventListener to be notified of events during search
 void ServiceLocator.addServiceLocatorEventListener(ServiceLocatorEventListener listener)
          Sets a ServiceLocatorEventListener to be notified of events during search
 void DefaultServiceLocator.addServiceLocatorEventListener(ServiceLocatorEventListener listener)
          Sets a ServiceLocatorEventListener to be notified of events during search
 void ServiceProfileLocator.removeServiceLocatorEventListener(ServiceLocatorEventListener listener)
          Removes a previously set ServiceLocatorEventListener
 void ServiceLocator.removeServiceLocatorEventListener(ServiceLocatorEventListener listener)
          Removes a previously set ServiceLocatorEventListener
 void DefaultServiceLocator.removeServiceLocatorEventListener(ServiceLocatorEventListener listener)
          Removes a previously set ServiceLocatorEventListener
 

Uses of ServiceLocatorEventListener in de.uka.cmtm.serviceregistry.query.protege
 

Methods in de.uka.cmtm.serviceregistry.query.protege with parameters of type ServiceLocatorEventListener
 void ProtegeServiceProfileLocator.addServiceLocatorEventListener(ServiceLocatorEventListener listener)
          Sets a ServiceLocatorEventListener to be notified of events during search
 void ProtegeServiceProfileLocator.removeServiceLocatorEventListener(ServiceLocatorEventListener listener)
          Removes a previously set ServiceLocatorEventListener