Package com.threerings.opengl.gui.event

Interface Summary
ActionListener Dispatches action events to interested parties.
ChangeListener An interface used to inform listeners when a model has changed.
ComponentListener A placeholder interface that all component listeners extend.
ControllerListener Dispatches controller events to listeners on a component.
EventListener Listens for all input events.
KeyListener Dispatches key events to listeners on a component.
MouseListener Dispatches mouse events to listeners on a component.
MouseMotionListener Dispatches mouse motion events to listeners on a component.
MouseWheelListener Dispatches mouse wheel events to listeners on a component.
TextListener Used to communicate text modification events for text components.
 

Class Summary
ActionEvent Dispatched by a component when some sort of component-specific action has occurred.
ChangeEvent Generated when a model is changed.
CommandEvent Deprecated. Merged into ActionEvent.
ControllerAdapter A convenience class for partially implementing the ControllerListener interface.
ControllerEvent Encapsulates the information associated with a controller (joystick, gamepad) event.
Event The base event class for all events.
FocusEvent An event dispatched to a component when it receives or loses the focus.
InputEvent Contains information common to all input (keyboard and mouse) events.
KeyEvent Encapsulates the information associated with a keyboard event.
MouseAdapter A convenience class for partially implementing the MouseListener interface.
MouseEvent Encapsulates the information associated with a mouse event.
TextEvent Used to dispatch notifications of text changes in text components.
 



Copyright © 2011. All Rights Reserved.