public interface ActionCompletedListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
actionCompleted(ActionCompletedEvent event)
Invoked when an action has completed.
|
void actionCompleted(ActionCompletedEvent event)
event
- The action completed event.