Interface EpsilonLaunchConfigurationDelegateListener
- All Known Implementing Classes:
EclLaunchConfigurationDelegate,EglLaunchConfigurationDelegate,EmgLaunchConfigurationDelegate,EmlLaunchConfigurationDelegate,EolLaunchConfigurationDelegate,EplLaunchConfigurationDelegate,EpsilonLaunchConfigurationDelegate,EtlLaunchConfigurationDelegate,EvlLaunchConfigurationDelegate,FlockLaunchConfigurationDelegate,PinsetLaunchConfigurationDelegate,ProfilingLaunchConfigurationListener
public interface EpsilonLaunchConfigurationDelegateListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidaboutToExecute(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module) voidaboutToParse(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module) voidexecuted(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module, Object result)
-
Method Details
-
aboutToParse
void aboutToParse(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module) throws org.eclipse.core.runtime.CoreException - Throws:
org.eclipse.core.runtime.CoreException
-
aboutToExecute
void aboutToExecute(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module) throws Exception - Throws:
Exception
-
executed
void executed(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module, Object result) throws Exception - Throws:
Exception
-