org.pietschy.command
Interface CommandManagerListener
- EventListener
- AbstractRecentFileGroup, CommandGroup, CommandManager, EnableCommandGroup, PageSelectorGroup, RecentFileGroup, ToggleCommandGroup, VisibleCommandGroup
public interface CommandManagerListener
extends EventListener
commandRegistered
public void commandRegistered(CommandManagerEvent event)
Invoked when a new command is registered with the container. This method will be invoked
for all commands added to the container or any parent container.
event
- the event detailing the registered command.