Package | Description |
---|---|
buoy.event |
Modifier and Type | Class and Description |
---|---|
class |
WindowActivatedEvent
This is an event corresponding to a window becoming the active window.
|
class |
WindowClosingEvent
This event indicates that the user is attempting to close a window, such as by clicking on
its close box.
|
class |
WindowDeactivatedEvent
This is an event corresponding to a window ceasing to be the active window.
|
class |
WindowDeiconifiedEvent
This event indicates that a window has been deiconified by the user.
|
class |
WindowIconifiedEvent
This event indicates that a window has been iconified by the user.
|
class |
WindowResizedEvent
This event indicates that a window has been resized by the user.
|
Written by Peter Eastman.