Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
EventObject
org.pietschy.command.CommandManagerEvent
public class CommandManagerEvent
extends EventObject
CommandManager
.
Constructor Summary | |
|
Method Summary | |
Command |
|
public CommandManagerEvent(CommandManager source, Command command)
Constructs a new event.
- Parameters:
source
- the command container to which the command was registered.command
- theCommand
that was registered.