org.eclipse.ecf.remoteservice.events
Interface IRemoteServiceReferenceRetrievedEvent

All Superinterfaces:
IRemoteServiceEvent

public interface IRemoteServiceReferenceRetrievedEvent
extends IRemoteServiceEvent

Since:
3.0

Method Summary
 org.eclipse.equinox.concurrent.future.IFuture getAsyncResult()
           
 java.lang.String getFilter()
           
 ID[] getIDFilter()
           
 
Methods inherited from interface org.eclipse.ecf.remoteservice.events.IRemoteServiceEvent
getClazzes, getContainerID, getLocalContainerID, getReference
 

Method Detail

getIDFilter

ID[] getIDFilter()

getFilter

java.lang.String getFilter()

getAsyncResult

org.eclipse.equinox.concurrent.future.IFuture getAsyncResult()