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)
ActionListener
onActionBegin
in interface ActionListener
event
- An ActionEvent
instance containing the event detailspublic void onActionEnd(ActionEvent event)
ActionListener
onActionEnd
in interface ActionListener
event
- An ActionEvent
instance containing the event details