Package de.enough.polish.event

Special implementations for javax.microedition.lcdui classes for DoJa - do not use directly.

See:
          Description

Interface Summary
EventListener Listens for events
UiEventListener Allows to handle UI events without extending J2ME Polish UI components
 

Class Summary
AsynchronousCommandListener Processes commandAction events in (possibly several) separate threads.
AsynchronousItemCommandListener Processes commandAction events in (possibly several) separate threads.
AsynchronousMultipleCommandListener Processes commandAction events in (possibly several) separate threads.
EventManager Manages events and forwards them to appropriate listeners
GestureEvent Represents an recognized gesture.
KeyEvent Represents a PointerEvent
PointerEvent Represents a PointerEvent
ThreadedCommandListener Processes commandAction events in a single separate thread.
ThreadedItemCommandListener Processes item commandAction events in a single separate thread.
UiEvent Allows to handle UI events separately from the UI
 

Package de.enough.polish.event Description

Special implementations for javax.microedition.lcdui classes for DoJa - do not use directly.