Interface CommandGroup.CommandGroupListener
-
- All Superinterfaces:
java.util.EventListener
- Enclosing class:
- CommandGroup
public static interface CommandGroup.CommandGroupListener extends java.util.EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAllCommandsRemoved(java.util.List<Command> commands)
void
onCommandAdded(Command command)
void
onCommandRemoved(Command command)
-