Class Event<T>

    • Constructor Detail

      • Event

        public Event​(T source)
        Constructs a prototypical Event.
        Parameters:
        source - The object on which the Event initially occurred.
        Throws:
        IllegalArgumentException - if source is null.
    • Method Detail

      • isConsumed

        public boolean isConsumed()
      • consume

        public void consume()