Interface CommandGroup.CommandGroupListener

All Superinterfaces:
EventListener
Enclosing class:
CommandGroup

public static interface CommandGroup.CommandGroupListener extends EventListener
  • Method Details

    • onCommandAdded

      void onCommandAdded(Command command)
    • onCommandRemoved

      void onCommandRemoved(Command command)
    • onAllCommandsRemoved

      void onAllCommandsRemoved(List<Command> commands)