public interface ActionListener
Actionable
eventsModifier and Type | Method and Description |
---|---|
void |
onActionBegin(Actionable source)
Called when an action event begins (e.g.
|
void |
onActionEnd(Actionable source)
Called when an action event ends (e.g.
|
void onActionBegin(Actionable source)
source
- The Actionable
that triggered the eventvoid onActionEnd(Actionable source)
source
- The Actionable
that triggered the event