|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pietschy.command.CommandAdapter
public abstract class CommandAdapter
An empty implementation of CommandListener
.
Constructor Summary | |
---|---|
CommandAdapter()
|
Method Summary | |
---|---|
void |
afterExecute(CommandEvent e)
Called after a command has completed execution. |
void |
beforeExecute(CommandEvent e)
Called just prior to a commands execution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandAdapter()
Method Detail |
---|
public void afterExecute(CommandEvent e)
afterExecute
in interface CommandListener
e
- the command event.public void beforeExecute(CommandEvent e)
beforeExecute
in interface CommandListener
e
- the command event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |