java.lang.Object
org.pdfsam.eventstudio.Envelope
Hold an event and the state of its notification
-
Field Details
-
notified
private boolean notified -
event
-
-
Constructor Details
-
Envelope
Envelope(Object event)
-
-
Method Details
-
isNotified
public boolean isNotified()- Returns:
- true if some listeners has been notified
-
getEvent
-
notified
public void notified()set this event as notified
-