Interface CommandGroup.CommandGroupListener
- All Superinterfaces:
EventListener
- Enclosing class:
CommandGroup
-
Method Summary
Modifier and TypeMethodDescriptionvoidonAllCommandsRemoved(List<Command> commands) voidonCommandAdded(Command command) voidonCommandRemoved(Command command)
-
Method Details
-
onCommandAdded
-
onCommandRemoved
-
onAllCommandsRemoved
-