Class AbstractModuleConfiguration.ConfigurationTabSelectionListener
java.lang.Object
org.eclipse.epsilon.common.dt.launching.tabs.AbstractModuleConfiguration.ConfigurationTabSelectionListener
- All Implemented Interfaces:
EventListener
,org.eclipse.swt.events.SelectionListener
,org.eclipse.swt.internal.SWTEventListener
- Enclosing class:
- AbstractModuleConfiguration
protected static class AbstractModuleConfiguration.ConfigurationTabSelectionListener
extends Object
implements org.eclipse.swt.events.SelectionListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
widgetDefaultSelected
(org.eclipse.swt.events.SelectionEvent e) void
widgetSelected
(org.eclipse.swt.events.SelectionEvent e)
-
Constructor Details
-
ConfigurationTabSelectionListener
-
-
Method Details
-
widgetSelected
public void widgetSelected(org.eclipse.swt.events.SelectionEvent e) - Specified by:
widgetSelected
in interfaceorg.eclipse.swt.events.SelectionListener
-
widgetDefaultSelected
public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e) - Specified by:
widgetDefaultSelected
in interfaceorg.eclipse.swt.events.SelectionListener
-