Class PickTaeForTypesDialog.DialogSelectionListener

java.lang.Object
org.apache.uima.taeconfigurator.editors.ui.dialogs.PickTaeForTypesDialog.DialogSelectionListener
All Implemented Interfaces:
EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener
Enclosing class:
PickTaeForTypesDialog

public class PickTaeForTypesDialog.DialogSelectionListener extends Object implements org.eclipse.swt.events.SelectionListener
The listener interface for receiving dialogSelection events. The class that is interested in processing a dialogSelection event implements this interface, and the object created with that class is registered with a component using the component's addDialogSelectionListener method. When the dialogSelection event occurs, that object's appropriate method is invoked.
  • Constructor Details

    • DialogSelectionListener

      public DialogSelectionListener()
  • Method Details

    • widgetSelected

      public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
      Specified by:
      widgetSelected in interface org.eclipse.swt.events.SelectionListener
    • widgetDefaultSelected

      public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
      Specified by:
      widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener