Class Envelope

java.lang.Object
org.pdfsam.eventstudio.Envelope

class Envelope extends Object
Hold an event and the state of its notification
  • Field Details

    • notified

      private boolean notified
    • event

      private final Object event
  • Constructor Details

    • Envelope

      Envelope(Object event)
  • Method Details

    • isNotified

      public boolean isNotified()
      Returns:
      true if some listeners has been notified
    • getEvent

      public Object getEvent()
    • notified

      public void notified()
      set this event as notified