Uses of Interface
org.eclipse.ecf.remoteservice.events.IRemoteCallEvent
- 
Packages that use IRemoteCallEvent Package Description org.eclipse.ecf.remoteservice org.eclipse.ecf.remoteservice.events 
- 
- 
Uses of IRemoteCallEvent in org.eclipse.ecf.remoteserviceMethods in org.eclipse.ecf.remoteservice with parameters of type IRemoteCallEvent Modifier and Type Method Description voidAbstractRemoteCallListener. handleEvent(IRemoteCallEvent event)voidCallbackRemoteCallListener. handleEvent(IRemoteCallEvent event)voidIRemoteCallListener. handleEvent(IRemoteCallEvent event)Handle remote call events.
- 
Uses of IRemoteCallEvent in org.eclipse.ecf.remoteservice.eventsSubinterfaces of IRemoteCallEvent in org.eclipse.ecf.remoteservice.events Modifier and Type Interface Description interfaceIRemoteCallCompleteEventEvent received when remote call is complete.interfaceIRemoteCallStartEventEvent received when remote call started.
 
-