org.eclipse.ecf.examples.remoteservices.hello
Interface IHelloAsync

All Superinterfaces:
IAsyncRemoteServiceProxy

public interface IHelloAsync
extends IAsyncRemoteServiceProxy

Since:
2.0

Field Summary
 
Fields inherited from interface org.eclipse.ecf.remoteservice.IAsyncRemoteServiceProxy
ASYNC_INTERFACE_SUFFIX, ASYNC_METHOD_SUFFIX
 
Method Summary
 org.eclipse.equinox.concurrent.future.IFuture helloAsync(java.lang.String from)
           
 void helloAsync(java.lang.String from, IAsyncCallback<java.lang.String> callback)
           
 

Method Detail

helloAsync

void helloAsync(java.lang.String from,
                IAsyncCallback<java.lang.String> callback)

helloAsync

org.eclipse.equinox.concurrent.future.IFuture helloAsync(java.lang.String from)