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.
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)