Interface EventListenerInterface

    • Method Detail

      • notify

        void notify​(EventInterface 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 - EventInterface; the event which is sent to the listener
        Throws:
        RemoteException - If a network connection failure occurs.