public class ActionListenerAdapater extends java.lang.Object implements ActionListener
ActionListener. All methods are
no-op and can be overridden individually.| Constructor and Description |
|---|
ActionListenerAdapater() |
| Modifier and Type | Method and Description |
|---|---|
void |
onActionBegin(ActionEvent event)
Called when an action event begins (e.g.
|
void |
onActionEnd(ActionEvent event)
Called when an action event ends (e.g.
|
public void onActionBegin(ActionEvent event)
ActionListeneronActionBegin in interface ActionListenerevent - An ActionEvent instance containing the event detailspublic void onActionEnd(ActionEvent event)
ActionListeneronActionEnd in interface ActionListenerevent - An ActionEvent instance containing the event details