public interface ActionListener
Actionable events| 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. | 
void onActionBegin(ActionEvent event)
event - An ActionEvent instance containing the event detailsvoid onActionEnd(ActionEvent event)
event - An ActionEvent instance containing the event details