Interface EpsilonLaunchConfigurationDelegateListener
-
- All Known Implementing Classes:
EclLaunchConfigurationDelegate
,EglLaunchConfigurationDelegate
,EmgLaunchConfigurationDelegate
,EmlLaunchConfigurationDelegate
,EolLaunchConfigurationDelegate
,EplLaunchConfigurationDelegate
,EpsilonLaunchConfigurationDelegate
,EtlLaunchConfigurationDelegate
,EvlLaunchConfigurationDelegate
,FlockLaunchConfigurationDelegate
,PinsetLaunchConfigurationDelegate
,ProfilingLaunchConfigurationListener
public interface EpsilonLaunchConfigurationDelegateListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
aboutToExecute(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module)
void
aboutToParse(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module)
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)
-
-
-
Method Detail
-
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
-
-