|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandManagerListener
A listener interface for monitoring a CommandManager
. This method defines
the single method commandRegistered(org.pietschy.command.CommandManagerEvent)
.
Method Summary | |
---|---|
void |
commandRegistered(CommandManagerEvent event)
Invoked when a new command is registered with the container. |
Method Detail |
---|
void commandRegistered(CommandManagerEvent event)
event
- the event detailing the registered command.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |