Interface IEvent<T>

  • Type Parameters:
    T - type of event payload

    public interface IEvent<T>
    An event
    Author:
    Igor Vaynberg (ivaynberg)
    • Method Detail

      • stop

        void stop()
        Stops any further broadcast of this event
      • isStop

        boolean isStop()
        Returns:
        true iff event has been stopped.
      • dontBroadcastDeeper

        void dontBroadcastDeeper()
        Stops the broadcast of this event any deeper into the hierarchy of the current sink
      • getType

        Broadcast getType()
        Returns:
        type of broadcast that should be used to pass this event on