Interface IResultsHandler


public interface IResultsHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    getLaunchSettingsTab(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.events.SelectionListener selectionListener, org.eclipse.swt.events.ModifyListener modifyListener, org.eclipse.swt.widgets.Shell shell)
    Provides the launch configuration settings.
    void
    handleResults(Collection<DSEIndividual> individuals, int iteration)
    Does something with the individuals...
    void
    initialize(org.eclipse.debug.core.ILaunchConfiguration configuration)
    Sets up the results handler.
  • Method Details

    • initialize

      void initialize(org.eclipse.debug.core.ILaunchConfiguration configuration)
      Sets up the results handler.
      Parameters:
      configuration -
    • handleResults

      void handleResults(Collection<DSEIndividual> individuals, int iteration)
      Does something with the individuals...
      Parameters:
      individuals -
      iteration -
    • getLaunchSettingsTab

      IResultsHandlerLaunchConfigSettings getLaunchSettingsTab(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.events.SelectionListener selectionListener, org.eclipse.swt.events.ModifyListener modifyListener, org.eclipse.swt.widgets.Shell shell)
      Provides the launch configuration settings.
      Returns: