public class ActionListenerAdapter
extends java.lang.Object
implements java.awt.event.ActionListener
| Constructor and Description |
|---|
ActionListenerAdapter(java.lang.String actionCommand,
java.awt.event.ActionListener delegate)
Recieve events only when event type equals actionCommand name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |