Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.pietschy.command.CommandAdapter
CommandListener
.
Method Summary | |
void |
|
void |
|
public void afterExecute(CommandEvent e)
Called after a command has completed execution. Do nothing implementation.
- Specified by:
- afterExecute in interface CommandListener
- Parameters:
e
- the command event.
public void beforeExecute(CommandEvent e)
Called just prior to a commands execution. Do nothing implementation.
- Specified by:
- beforeExecute in interface CommandListener
- Parameters:
e
- the command event.