ee.quest.listener
Class ProxyListener

java.lang.Object
  extended by ee.quest.listener.ProxyListener
All Implemented Interfaces:
org.eclipse.swt.widgets.Listener
Direct Known Subclasses:
ProxySelectionListener

public class ProxyListener
extends Object
implements org.eclipse.swt.widgets.Listener

Inner class for proxing selection events to handler class.

Author:
Kaido Kalda

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

Field Detail

PREFFIX

public static String PREFFIX
Constructor Detail

ProxyListener

public ProxyListener(Object handler,
                     String event)
Method Detail

handleEvent

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

handleEvent

public void handleEvent(Object event)


Copyright © 2013. All Rights Reserved.