Package jcontrol.ui.vole.event

Events for JControl's Vole GUI.

See:
          Description

Interface Summary
ActionListener The interface ActionListener must be implemented by applications that wish to receive action events from components.
KeyListener The interface KeyListener must be implemented by components that want to receive key events when a key was pressed.
 

Class Summary
ActionEvent A semantic event which indicates that a component-defined action occured.
KeyEvent This event may be generated when a Keyboard key is pressed.
 

Package jcontrol.ui.vole.event Description

Events for JControl's Vole GUI.