Interface IRemoteCallStartEvent

All Superinterfaces:
IRemoteCallEvent

public interface IRemoteCallStartEvent extends IRemoteCallEvent
Event received when remote call started.
  • Method Details

    • getReference

      IRemoteServiceReference getReference()
      Get remote service reference used for call.
      Returns:
      IRemoteServiceReference used to make call. Will not be null.
    • getCall

      IRemoteCall getCall()
      Get the remote call itself.
      Returns:
      IRemoteCall actually started. Will not be null