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 voidonAllCommandsRemoved()voidonCommandAdded(Command command)voidonCommandRemoved(Command command)
-