|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ActionEvent | |
|---|---|
| com.sun.dtv.lwuit | Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. |
| com.sun.dtv.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.dtv.lwuit |
|---|
| Methods in com.sun.dtv.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.dtv.lwuit.events |
|---|
| Methods in com.sun.dtv.lwuit.events with parameters of type ActionEvent | |
|---|---|
void |
ActionListener.actionPerformed(ActionEvent evt)
Invoked when an action occurred on a component. |
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||