Uses of Interface
org.eclipse.ecf.core.util.IAsyncResult

Packages that use IAsyncResult
org.eclipse.ecf.core.sharedobject.events   
org.eclipse.ecf.core.util   
org.eclipse.ecf.provider.generic   
org.eclipse.ecf.remoteservice.events   
 

Uses of IAsyncResult in org.eclipse.ecf.core.sharedobject.events
 

Methods in org.eclipse.ecf.core.sharedobject.events that return IAsyncResult
 IAsyncResult SharedObjectCallEvent.getAsyncResult()
           
 IAsyncResult ISharedObjectCallEvent.getAsyncResult()
           
 

Constructors in org.eclipse.ecf.core.sharedobject.events with parameters of type IAsyncResult
SharedObjectCallEvent(ID sender, Event evt, IAsyncResult res)
           
 

Uses of IAsyncResult in org.eclipse.ecf.core.util
 

Classes in org.eclipse.ecf.core.util that implement IAsyncResult
 class AsyncResult
          Class to represent asynchronous result (aka Future)
 

Uses of IAsyncResult in org.eclipse.ecf.provider.generic
 

Methods in org.eclipse.ecf.provider.generic that return IAsyncResult
 IAsyncResult[] SOConnector.callAsynch(ISharedObjectEvent arg)
           
protected  IAsyncResult[] SOConnector.fireCallEvent(ISharedObjectEvent event)
           
 

Uses of IAsyncResult in org.eclipse.ecf.remoteservice.events
 

Methods in org.eclipse.ecf.remoteservice.events that return IAsyncResult
 IAsyncResult IRemoteServiceReferenceRetrievedEvent.getAsyncResult()