Uses of Interface
org.osgi.service.remoteserviceadmin.EndpointEventListener

Packages that use EndpointEventListener
org.eclipse.ecf.osgi.services.remoteserviceadmin   
 

Uses of EndpointEventListener in org.eclipse.ecf.osgi.services.remoteserviceadmin
 

Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin that return EndpointEventListener
 EndpointEventListener EndpointDescriptionLocator.EndpointEventListenerHolder.getListener()
           
 

Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type EndpointEventListener
protected  void AbstractTopologyManager.handleNonECFEndpointModified(EndpointEventListener basicTopologyManagerImpl, EndpointDescription endpointDescription)
           
 

Constructors in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type EndpointEventListener
EndpointDescriptionLocator.EndpointEventListenerHolder(EndpointEventListener l, EndpointDescription d, java.lang.String f, int t)