Uses of Interface
org.eclipse.ecf.remoteservice.events.IRemoteCallCompleteEvent
- 
Packages that use IRemoteCallCompleteEvent Package Description org.eclipse.ecf.remoteservice org.eclipse.ecf.remoteservice.client 
- 
- 
Uses of IRemoteCallCompleteEvent in org.eclipse.ecf.remoteserviceMethods in org.eclipse.ecf.remoteservice that return IRemoteCallCompleteEvent Modifier and Type Method Description protected IRemoteCallCompleteEventAbstractRemoteService. createRCCE(Object result, Throwable e)protected IRemoteCallCompleteEventAbstractRemoteService. createRCCEFailure(Throwable e)protected IRemoteCallCompleteEventAbstractRemoteService. createRCCESuccess(Object result)Methods in org.eclipse.ecf.remoteservice with parameters of type IRemoteCallCompleteEvent Modifier and Type Method Description protected voidAbstractRemoteCallListener. handleRemoteCallCompleteEvent(IRemoteCallCompleteEvent event)Method parameters in org.eclipse.ecf.remoteservice with type arguments of type IRemoteCallCompleteEvent Modifier and Type Method Description protected voidAbstractRemoteService. callAsyncWithTimeout(IRemoteCall call, Callable<IRemoteCallCompleteEvent> callable, IRemoteCallListener callback)
- 
Uses of IRemoteCallCompleteEvent in org.eclipse.ecf.remoteservice.clientMethods in org.eclipse.ecf.remoteservice.client that return types with arguments of type IRemoteCallCompleteEvent Modifier and Type Method Description protected Callable<IRemoteCallCompleteEvent>AbstractRSAClientService. getAsyncCallable(AbstractRSAClientService.RSARemoteCall call)
 
-