Uses of Interface
org.eclipse.ecf.remoteservice.events.IRemoteCallEvent
Packages that use IRemoteCallEvent
-
Uses of IRemoteCallEvent in org.eclipse.ecf.remoteservice
Methods in org.eclipse.ecf.remoteservice with parameters of type IRemoteCallEventModifier and TypeMethodDescriptionvoid
AbstractRemoteCallListener.handleEvent
(IRemoteCallEvent event) void
CallbackRemoteCallListener.handleEvent
(IRemoteCallEvent event) void
IRemoteCallListener.handleEvent
(IRemoteCallEvent event) Handle remote call events. -
Uses of IRemoteCallEvent in org.eclipse.ecf.remoteservice.events
Subinterfaces of IRemoteCallEvent in org.eclipse.ecf.remoteservice.eventsModifier and TypeInterfaceDescriptioninterface
Event received when remote call is complete.interface
Event received when remote call started.