| |
|
| java.awt.AWTEvent java.awt.SentEvent
SentEvent | class SentEvent extends AWTEvent implements ActiveEvent(Code) | | A wrapping tag for a nested AWTEvent which indicates that the event was
sent from another AppContext. The destination AppContext should handle the
event even if it is currently blocked waiting for a SequencedEvent or
another SentEvent to be handled.
version: 1.16, 06/05/07 author: David Mendenhall |
dispatched | boolean dispatched(Code) | | |
dispatch | public void dispatch()(Code) | | |
dispose | final void dispose()(Code) | | |
|
|
|