ActionHandler(
IAction action) Deprecated. Creates a new instance of this class given an instance of
IAction.
Method Summary
void
addHandlerListener(
IHandlerListener handlerListener) Deprecated. Registers an instance of IHandlerListener to listen for
changes to properties of this instance.
void
dispose() Deprecated. Removes the property change listener from the action.
removeHandlerListener(
IHandlerListener handlerListener) Deprecated. Unregisters an instance of IPropertyListener listening for
changes to properties of this instance.
handlerListener - the instance to register. Must not be null. If
an attempt is made to register an instance which is already
registered with this instance, no operation is performed.
the map of attribute values by name. This map may be empty, but
is guaranteed not to be null. If this map is not
empty, its collection of keys is guaranteed to only contain
instances of String.
handlerListener - the instance to unregister. Must not be null.
If an attempt is made to unregister an instance which is not
already registered with this instance, no operation is
performed.