Interface IEventAction
- All Superinterfaces:
IAction
Interface used to create an Event Action.
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
runAction
(@NotNull ActionEvent event) Run the specific action.boolean
runAction
(@NotNull CustomEventActionEvent event) Run the specific action.
-
Method Details
-
runAction
Run the specific action.- Parameters:
event
- The action information.- Returns:
- True if the action was executed successfully.
-
runAction
Run the specific action.
-