IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.xui.action
Class SWTListenerAdapter

java.lang.Object
  extended by com.ibm.btt.rcp.xui.action.SWTListenerAdapter
All Implemented Interfaces:
org.eclipse.swt.widgets.Listener

public class SWTListenerAdapter
extends java.lang.Object
implements org.eclipse.swt.widgets.Listener

Adapter class from SWT Event to XUI Action


Constructor Summary
SWTListenerAdapter(IXUIWidget source, IAction action)
          SWTListenerAdapter constructor
 
Method Summary
static int[] getEventTypes()
          Get event types that can handled by this adapter
 void handleEvent(org.eclipse.swt.widgets.Event e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWTListenerAdapter

public SWTListenerAdapter(IXUIWidget source,
                          IAction action)
SWTListenerAdapter constructor

Parameters:
source - listener source
action - wrapped action
Method Detail

handleEvent

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

getEventTypes

public static int[] getEventTypes()
Get event types that can handled by this adapter

Returns:
event type array.

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011