java.util.EventListenerpublic interface CommandAction
extends java.util.EventListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
commandActivated(CommandActionEvent e) |
Invoked when a command is activated.
|
void commandActivated(CommandActionEvent e)
e - Command action event. Use CommandActionEvent.getCommand() to
work with the original command, and CommandActionEvent.getButtonSource()
to get the specific projected button.