|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionEvent | |
com.sun.lwuit | Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. |
com.sun.lwuit.events | Observable pattern event listeners in the spirit of AWT 1.1's event dispatching architecture, all events are dispatched on the EDT (Event Dispatch Thread). |
Uses of ActionEvent in com.sun.lwuit |
Methods in com.sun.lwuit with parameters of type ActionEvent | |
void |
Command.actionPerformed(ActionEvent evt)
This method is called when the soft button/Menu item is clicked. |
Uses of ActionEvent in com.sun.lwuit.events |
Methods in com.sun.lwuit.events with parameters of type ActionEvent | |
void |
ActionListener.actionPerformed(ActionEvent evt)
Invoked when an action occurred on a component. |
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |