Package jcontrol.ui.wombat.event

Events for the Wombat UI Framework.

See:
          Description

Interface Summary
ActionListener The interface ActionListener must be implemented by any class that wishes to receive action events from components.
ActionProducer This interface is implemented by all components that can fire ActionEvents.
Event This interface must be implemented by all event classes.
KeyListener The interface KeyListener must be implemented by components that want to receive key events when a key was pressed.
TouchListener The interface TouchListener must be implemented by components that want to receive touch events when the screen was touched.
 

Class Summary
ActionEvent A semantic event which indicates that a component-defined action occured.
KeyEvent This event may be generated by the application's top level Frame object when a keyboard key is pressed.
TouchEvent This event may be generated by the application's top level Frame object when the screen has been touched.
 

Package jcontrol.ui.wombat.event Description

Events for the Wombat UI Framework.