Interface IEventAction

All Superinterfaces:
IAction

public interface IEventAction extends IAction
Interface used to create an Event Action.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    runAction(@NotNull ActionEvent event)
    Run the specific action.
    boolean
    Run the specific action.
  • Method Details

    • runAction

      boolean runAction(@NotNull @NotNull CustomEventActionEvent event)
      Run the specific action.
      Parameters:
      event - The action information.
      Returns:
      True if the action was executed successfully.
    • runAction

      default boolean runAction(@NotNull @NotNull ActionEvent event)
      Run the specific action.
      Specified by:
      runAction in interface IAction
      Parameters:
      event - The action information.
      Returns:
      True if the action was executed successfully.