Interface IEventChannelListener


  • public interface IEventChannelListener
    Defines contract of a event channel listener.
    • Method Detail

      • eventReceived

        void eventReceived​(IEvent event)
        Invoked when event channel has received an event.
        Parameters:
        event - the event received.