|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextListener
A ContextListener registers its interest in receiving
ContextEvent notifications when the occur on a particular
Context of interest.
| Method Summary | |
|---|---|
void |
afterActivity(ContextEvent event)
Invoked immediately after execution of the related Activity has been completed normally, been suspended, or been aborted by the throwing of a StepException. |
void |
afterStep(ContextEvent event)
Invoked immediately after the specified Step was executed. |
void |
beforeActivity(ContextEvent event)
Invoked immediately before execution of the related Activity has started. |
void |
beforeStep(ContextEvent event)
Invoked immediately before the specified Step is executed. |
| Method Detail |
|---|
void afterActivity(ContextEvent event)
event - The ContextEvent that has occurredvoid afterStep(ContextEvent event)
event - The ContextEvent that has occurredvoid beforeActivity(ContextEvent event)
event - The ContextEvent that has occurredvoid beforeStep(ContextEvent event)
event - The ContextEvent that has occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||