com.tensegrity.palowebviewer.modules.ui.client.action
Class XActionAdapter

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.widgets.client.actions.AbstractAction
      extended by com.tensegrity.palowebviewer.modules.ui.client.action.XActionAdapter
All Implemented Interfaces:
IAction

public class XActionAdapter
extends AbstractAction


Constructor Summary
XActionAdapter(IXActionListener listenr)
           
 
Method Summary
 IXActionListener getListener()
           
 void onActionPerformed(java.lang.Object arg)
           
 
Methods inherited from class com.tensegrity.palowebviewer.modules.widgets.client.actions.AbstractAction
addPropertyListener, isEnabled, notifyPropertyChangeListeners, removePropertyListener, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XActionAdapter

public XActionAdapter(IXActionListener listenr)
Method Detail

getListener

public IXActionListener getListener()

onActionPerformed

public void onActionPerformed(java.lang.Object arg)