com.tensegrity.palowebviewer.modules.widgets.client.actions
Class AbstractAction
java.lang.Object
com.tensegrity.palowebviewer.modules.widgets.client.actions.AbstractAction
- All Implemented Interfaces:
- IAction
- Direct Known Subclasses:
- ActionProxy, XActionAdapter
public abstract class AbstractAction
- extends java.lang.Object
- implements IAction
Base implementation of methods that evry action must have.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAction
public AbstractAction()
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interface IAction
addPropertyListener
public void addPropertyListener(IPropertyListener propertyListener)
- Specified by:
addPropertyListener
in interface IAction
removePropertyListener
public void removePropertyListener(IPropertyListener propertyListener)
- Specified by:
removePropertyListener
in interface IAction
setEnabled
public void setEnabled(boolean enabled)
- Specified by:
setEnabled
in interface IAction
notifyPropertyChangeListeners
protected void notifyPropertyChangeListeners()