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