com.tensegrity.palowebviewer.modules.widgets.client.actions
Interface IAction

All Known Implementing Classes:
AbstractAction, ActionProxy, XActionAdapter

public interface IAction

Some action that have states enabled/disabled and can be observed.


Method Summary
 void addPropertyListener(IPropertyListener propertyListener)
           
 boolean isEnabled()
           
 void onActionPerformed(java.lang.Object arg)
           
 void removePropertyListener(IPropertyListener propertyListener)
           
 void setEnabled(boolean enabled)
           
 

Method Detail

isEnabled

boolean isEnabled()

setEnabled

void setEnabled(boolean enabled)

onActionPerformed

void onActionPerformed(java.lang.Object arg)

addPropertyListener

void addPropertyListener(IPropertyListener propertyListener)

removePropertyListener

void removePropertyListener(IPropertyListener propertyListener)