|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface ActionListener
must
be implemented by applications that wish to receive
action events from components.
Method Summary | |
void |
onActionEvent(ActionEvent e)
Every time an action event is fired, this method will be called. |
Method Detail |
public void onActionEvent(ActionEvent e)
e
- The action event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |