Interface CommandActionEventListener
-
public interface CommandActionEventListener
A listener that gets triggered when on every usage of a command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAction(CommandActionEvent event)
-
-
-
Method Detail
-
onAction
void onAction(CommandActionEvent event)
-
-