getAction()
Returns the action associated with this handler
boolean
isEnabled()
Whether this handler is capable of executing at this time.
boolean
isHandled()
Whether this handler is capable of handling delegated responsibilities at
this time.
void
removeHandlerListener(
IHandlerListener handlerListener)
Unregisters an instance of IHandlerListener 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.
Whether this handler is capable of executing at this time. Subclasses may
override this method. If clients override this method they should also
consider overriding
AbstractHandler.setEnabled(Object) so they can be notified
about framework execution contexts.
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.