TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.trace.ui.internal.launcher.core
Class AvailabilityTesterDelegate

java.lang.Object
  extended by org.eclipse.swt.events.SelectionAdapter
      extended by org.eclipse.tptp.trace.ui.internal.launcher.core.AvailabilityTesterDelegate
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener

public class AvailabilityTesterDelegate
extends org.eclipse.swt.events.SelectionAdapter

A singleton class that delegates the task of testing the availability of a service to the tester that is registered.


Method Summary
static AvailabilityTesterDelegate getInstance()
          Returns an instance of this class
 void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
          Invoked when the button is clicked.
 
Methods inherited from class org.eclipse.swt.events.SelectionAdapter
widgetDefaultSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AvailabilityTesterDelegate getInstance()
Returns an instance of this class

Returns:
The instance of this singleton class

widgetSelected

public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
Invoked when the button is clicked.

Specified by:
widgetSelected in interface org.eclipse.swt.events.SelectionListener
Overrides:
widgetSelected in class org.eclipse.swt.events.SelectionAdapter
Parameters:
e - Represetns the selection event.

TPTP 4.6.0 Platform Project
Internal API Specification