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

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

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

Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin that return EndpointListener
 EndpointListener EndpointDescriptionLocator.EndpointListenerHolder.getListener()
           
 

Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type EndpointListener
protected  void AbstractTopologyManager.handleNonECFEndpointAdded(EndpointListener listener, EndpointDescription endpointDescription)
           
protected  void AbstractTopologyManager.handleNonECFEndpointRemoved(EndpointListener listener, EndpointDescription endpointDescription)
           
 

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