Uses of Interface
org.eclipse.ecf.remoteservice.asyncproxy.IAsyncProxyCompletable

Packages that use IAsyncProxyCompletable
org.eclipse.ecf.remoteservice   
org.eclipse.ecf.remoteservice.asyncproxy   
 

Uses of IAsyncProxyCompletable in org.eclipse.ecf.remoteservice
 

Methods in org.eclipse.ecf.remoteservice with parameters of type IAsyncProxyCompletable
protected  void AbstractRemoteService.callCompletableAsync(AbstractAsyncProxyRemoteCall call, IAsyncProxyCompletable completable)
           
 

Uses of IAsyncProxyCompletable in org.eclipse.ecf.remoteservice.asyncproxy
 

Methods in org.eclipse.ecf.remoteservice.asyncproxy with parameters of type IAsyncProxyCompletable
protected abstract  void AbstractAsyncProxyRemoteService.callCompletableAsync(AbstractAsyncProxyRemoteCall call, IAsyncProxyCompletable completable)