org.eclipse.ecf.examples.remoteservices.hello
Interface IHelloAsync
- All Superinterfaces:
- IAsyncRemoteServiceProxy
public interface IHelloAsync
- extends IAsyncRemoteServiceProxy
- Since:
- 2.0
|
Method Summary |
org.eclipse.equinox.concurrent.future.IFuture |
helloAsync(java.lang.String from)
|
void |
helloAsync(java.lang.String from,
IAsyncCallback<java.lang.String> callback)
|
helloAsync
void helloAsync(java.lang.String from,
IAsyncCallback<java.lang.String> callback)
helloAsync
org.eclipse.equinox.concurrent.future.IFuture helloAsync(java.lang.String from)