|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.pietschy.command.ActionCommandEvent
public class ActionCommandEvent
Fired both before and after a command executes.
ActionCommand,
ActionCommand.addActionCommandListener(com.pietschy.command.ActionCommandListener),
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ActionCommandEvent(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 ActionCommandEvent(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 | ||||||||