Interface IEvent<T>

Type Parameters:
T - type of event payload

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

    • stop

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

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

      Stops the broadcast of this event any deeper into the hierarchy of the current sink
    • getType

      Returns:
      type of broadcast that should be used to pass this event on
    • getSource

      Returns:
      the source of event
    • getPayload

      Returns:
      payload