Interface EventListener

    • Method Detail

      • notify

        void notify​(Event event)
             throws RemoteException
        Notifies the event listener of an event. This operation forms the callback method of the asynchronous communication protocol expressed in the event package.
        Parameters:
        event - Event; the event which is sent to the listener
        Throws:
        RemoteException - If a network connection failure occurs.