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

Packages that use ILaunchListener
org.eclipse.actf.validation.javapp.launch   
 

Uses of ILaunchListener in org.eclipse.actf.validation.javapp.launch
 

Methods in org.eclipse.actf.validation.javapp.launch with parameters of type ILaunchListener
 void ValidationLauncher.addLaunchListener(ILaunchListener listener)
          add a LaunchListener to be notified when the start or completion of a launch takes place or when a launch has somehow measurably progressed.
 void ValidationLauncher.removeLaunchListener(ILaunchListener listener)
          remove the specified listener from the list of listeners to be notified when launch events take place.