Uses of Interface
org.eclipse.ecf.remoteservice.events.IRemoteCallCompleteEvent
Packages that use IRemoteCallCompleteEvent
-
Uses of IRemoteCallCompleteEvent in org.eclipse.ecf.remoteservice
Methods in org.eclipse.ecf.remoteservice that return IRemoteCallCompleteEventModifier and TypeMethodDescriptionprotected IRemoteCallCompleteEvent
AbstractRemoteService.createRCCE
(Object result, Throwable e) protected IRemoteCallCompleteEvent
AbstractRemoteService.createRCCEFailure
(Throwable e) protected IRemoteCallCompleteEvent
AbstractRemoteService.createRCCESuccess
(Object result) Methods in org.eclipse.ecf.remoteservice with parameters of type IRemoteCallCompleteEventModifier and TypeMethodDescriptionprotected void
AbstractRemoteCallListener.handleRemoteCallCompleteEvent
(IRemoteCallCompleteEvent event) Method parameters in org.eclipse.ecf.remoteservice with type arguments of type IRemoteCallCompleteEventModifier and TypeMethodDescriptionprotected void
AbstractRemoteService.callAsyncWithTimeout
(IRemoteCall call, Callable<IRemoteCallCompleteEvent> callable, IRemoteCallListener callback) -
Uses of IRemoteCallCompleteEvent in org.eclipse.ecf.remoteservice.client
Methods in org.eclipse.ecf.remoteservice.client that return types with arguments of type IRemoteCallCompleteEventModifier and TypeMethodDescriptionprotected Callable<IRemoteCallCompleteEvent>
AbstractRSAClientService.getAsyncCallable
(AbstractRSAClientService.RSARemoteCall call)