- Adam Duritz and David Bryson
WindowEvent
WindowEvent Methods
WindowEvent() | Constructor for the WindowEvent class |
Window() | Returns a reference to the window object processing the event |
Derived Classes
WindowCloseEvent, WindowResizeEvent, ItemSelectEvent, MenuShowEvent, TextChangedEvent, EnterKeyEvent, ButtonClickEvent, DrawEvent
See Also
Class Hierarchy, Display, Window
public method WindowEvent(Window AssociatedWindow)
Parameters
AssociatedWindow
The window associated with the event
Return Value
None
Description
Constructor for the WindowEvent class.
WindowEvent Class
public method<Window> Window()
Parameters
None
Return Value
Reference to window associated with the event
Description
This method returns the window reference associated with the event, which will be a class either directly or indirectly derived from Window.
WindowEvent Class