Interface ActionListener
- All Known Implementing Classes:
DefaultReadyAction
public interface ActionListener
A listener that is invoked when an
Action
is completed.- Since:
- 8.0
- Author:
- Pedro Ruivo
-
Method Summary
-
Method Details
-
onComplete
void onComplete()Invoked when anAction
is completed.
-