Interface EventListener

  • All Known Implementing Classes:
    WebRtcProtocolHandler

    public interface EventListener
    Interface which listens for messages from AppDesktop.
    See Also:
    ActionEvent
    • Method Detail

      • eventReceived

        void eventReceived​(ActionEvent actionEvent)
        Invoked when registered event occurs
        Parameters:
        actionEvent - Event object
        See Also:
        ActionEvent