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