|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILaunchListener
A LaunchListener is used to monitor launch events generated by the ValidationLauncher
.
Significant launch events occur when a GUI-based application is executed and upon the termination of
this execution.
Method Summary | |
---|---|
void |
launchCompleted(LaunchEvent e)
call-back for the termination of a launch or execution |
void |
launchInitiated(LaunchEvent e)
call-back for the initiation of a launch or execution |
void |
launchProgressed(LaunchEvent e)
call-back for determining when AOP launch has moved to a new phase. |
Method Detail |
---|
void launchInitiated(LaunchEvent e)
e
- void launchCompleted(LaunchEvent e)
e
- void launchProgressed(LaunchEvent e)
e
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |