org.gudy.azureus2.ui.swt
Class ListenerGetOffSWT

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.ListenerGetOffSWT
All Implemented Interfaces:
org.eclipse.swt.widgets.Listener

public abstract class ListenerGetOffSWT
extends Object
implements org.eclipse.swt.widgets.Listener

SWT Listener that invokes event handling off of the SWT Thread

Author:
TuxPaper

Constructor Summary
ListenerGetOffSWT()
           
 
Method Summary
 void handleEvent(org.eclipse.swt.widgets.Event event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerGetOffSWT

public ListenerGetOffSWT()
Method Detail

handleEvent

public void handleEvent(org.eclipse.swt.widgets.Event event)
Specified by:
handleEvent in interface org.eclipse.swt.widgets.Listener