Class IgnoreConsumedEvent<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      IgnoreConsumedEvent​(T event)
      Create a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T event()
      Get the event.
      void eventConsumed()
      Signify the ConsumableEvent.event() has been consumed and any side effects have taken place.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait