Interface HasMutableActions<X>

All Superinterfaces:
HasEventType
All Known Implementing Classes:
EasyTrigger

public interface HasMutableActions<X> extends HasEventType
  • Method Details

    • getActions

      List<Action<? super X>> getActions()
    • setActions

      void setActions(List<Action<? super X>> actions)
    • addAction

      void addAction(Action<? super X> action)
    • addAction

      void addAction(Action<? super X> action, int index)
    • removeAction

      void removeAction(Action<? super X> action)
    • classForActions

      Class<X> classForActions()
    • getEventType

      default Class<?> getEventType()
      Specified by:
      getEventType in interface HasEventType