org.eclipse.actf.validation.javapp.events
Interface ILaunchListener


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.

Author:
Mike Squillace

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

launchInitiated

void launchInitiated(LaunchEvent e)
call-back for the initiation of a launch or execution

Parameters:
e -

launchCompleted

void launchCompleted(LaunchEvent e)
call-back for the termination of a launch or execution

Parameters:
e -

launchProgressed

void launchProgressed(LaunchEvent e)
call-back for determining when AOP launch has moved to a new phase. Phases include:

Parameters:
e -