Interface IRemoteCallStartEvent
- 
- All Superinterfaces:
- IRemoteCallEvent
 
 public interface IRemoteCallStartEvent extends IRemoteCallEvent Event received when remote call started.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IRemoteCallgetCall()Get the remote call itself.IRemoteServiceReferencegetReference()Get remote service reference used for call.- 
Methods inherited from interface org.eclipse.ecf.remoteservice.events.IRemoteCallEventgetRequestId
 
- 
 
- 
- 
- 
Method Detail- 
getReferenceIRemoteServiceReference getReference() Get remote service reference used for call.- Returns:
- IRemoteServiceReference used to make call. Will not be
         null.
 
 - 
getCallIRemoteCall getCall() Get the remote call itself.- Returns:
- IRemoteCall actually started. Will not be null
 
 
- 
 
-