Class CallbackRemoteCallListener

    • Constructor Detail

      • CallbackRemoteCallListener

        public CallbackRemoteCallListener​(IAsyncCallback callback)
    • Method Detail

      • handleEvent

        public void handleEvent​(IRemoteCallEvent event)
        Description copied from interface: IRemoteCallListener
        Handle remote call events. The two remote call events are IRemoteCallStartEvent, and IRemoteCallCompleteEvent
        Specified by:
        handleEvent in interface IRemoteCallListener
        Parameters:
        event - the event. Will not be null.