Uses of Interface
org.eclipse.ecf.remoteservice.IAsyncCallback

Packages that use IAsyncCallback
org.eclipse.ecf.examples.loadbalancing   
org.eclipse.ecf.examples.remoteservices.hello   
org.eclipse.ecf.remoteservice   
 

Uses of IAsyncCallback in org.eclipse.ecf.examples.loadbalancing
 

Methods in org.eclipse.ecf.examples.loadbalancing with parameters of type IAsyncCallback
 void IDataProcessorAsync.processDataAsync(java.lang.String data, IAsyncCallback<java.lang.String> callback)
           
 

Uses of IAsyncCallback in org.eclipse.ecf.examples.remoteservices.hello
 

Methods in org.eclipse.ecf.examples.remoteservices.hello with parameters of type IAsyncCallback
 void IHelloAsync.helloAsync(java.lang.String from, IAsyncCallback<java.lang.String> callback)
           
 void IHelloAsync.helloMessageAsync(HelloMessage message, IAsyncCallback<java.lang.String> callback)
           
 

Uses of IAsyncCallback in org.eclipse.ecf.remoteservice
 

Constructors in org.eclipse.ecf.remoteservice with parameters of type IAsyncCallback
CallbackRemoteCallListener(IAsyncCallback callback)