|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ActionCommandInterceptor instead.
public interface CommandListener
The CommandListener interface provides notification of a commands execution. The listener is notified just before and just after the command has been invoked.
| Method Summary | |
|---|---|
void |
afterExecute(CommandEvent e)
Deprecated. Called just after a commands execution. |
void |
beforeExecute(CommandEvent e)
Deprecated. Called just prior to a commands execution. |
| Method Detail |
|---|
void beforeExecute(CommandEvent e)
e - the command event.void afterExecute(CommandEvent e)
e - the command event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||