|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| KeyListener | This listener is just a wrapper to introduce java.awt.event.KeyListener
into the API as LWUIT does not support key event objects and therefore
only provides an ActionListener. |
| MouseListener | This listener is just a wrapper to introduce java.awt.event.MouseListener
into the API as LWUIT does not support mouse event objects and therefore
only provides an ActionListener. |
| PlaneSetupListener | This listener is used to monitor when the setup of an Plane is modified. |
| UserInputEvent | This interface is an abstraction for user input events sent to
all registered consumers when an input takes place using an UserInputDevice. |
| UserInputEventListener | This interface must be implemented by classes in order to receive
UserInpitEvents. |
| Class Summary | |
|---|---|
| KeyEvent | This class extends the KeyEvent class by
implementing the UserInputEvent interface. |
| MouseEvent | This class extends the MouseEvent class by
implementing the UserInputEvent interface. |
| PlaneSetupEvent | This event is sent to all registered PlaneSetupListeners when an Plane modifies its setup. |
| RemoteControlEvent | This class extends the KeyEvent class by adding
TV remote specific key codes. |
| UserInputEventManager | The instances of this class are the event managers handling the user input events to be handled by a widget. |
TV specific UI functionality event subpackage.
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||