Interface CommandGroup.CommandGroupListener

  • All Superinterfaces:
    java.util.EventListener
    Enclosing class:
    CommandGroup

    public static interface CommandGroup.CommandGroupListener
    extends java.util.EventListener
    • Method Detail

      • onCommandAdded

        void onCommandAdded​(Command command)
      • onCommandRemoved

        void onCommandRemoved​(Command command)
      • onAllCommandsRemoved

        void onAllCommandsRemoved​(java.util.List<Command> commands)