|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.pietschy.command.CommandEvent
public class CommandEvent
Fired both before and after a command executes.
ActionCommand
,
ActionCommand.addCommandListener(org.pietschy.command.CommandListener)
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
CommandEvent(Command source)
Constructs a new event for the specified Command . |
Method Summary | |
---|---|
ActionCommand |
getCommand()
Gets the Command being executed. |
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 CommandEvent(Command source)
Command
.
source
- the Command
that is being executed.Method Detail |
---|
public ActionCommand getCommand()
Command
being executed.
Command
being executed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |