|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.pietschy.command.CommandManagerEvent
public class CommandManagerEvent
Fired when a command is registered with a CommandManager
.
CommandManager.addCommandManagerListener(org.pietschy.command.CommandManagerListener)
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
CommandManagerEvent(CommandManager source,
Command command)
Constructs a new event. |
Method Summary | |
---|---|
Command |
getCommand()
Gets the command that was registered. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CommandManagerEvent(CommandManager source, Command command)
source
- the command container to which the command was registered.command
- the Command
that was registered.Method Detail |
---|
public Command getCommand()
Command
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |