Class WindowEvent

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WindowUpdateEvent

public class WindowEvent extends NEWTEvent
NEWT Window events are provided for notification purposes ONLY.
NEWT will automatically handle component moves and resizes internally, regardless of whether a program is receiving these events or not.
The actual event semantic, here move and resize, is processed before the event is send.
See Also: