public final class HandlerEvent extends AbstractBitSetEvent
IHandler
.
This class is not intended to be extended by clients.
IHandlerListener.handlerChanged(HandlerEvent)
changedValues
Constructor and Description |
---|
HandlerEvent(IHandler handler,
boolean enabledChanged,
boolean handledChanged)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
IHandler |
getHandler()
Returns the instance of the interface that changed.
|
boolean |
isEnabledChanged()
Returns whether or not the enabled property changed.
|
boolean |
isHandledChanged()
Returns whether or not the handled property changed.
|
public HandlerEvent(IHandler handler, boolean enabledChanged, boolean handledChanged)
handler
- the instance of the interface that changed; must not be
null
.enabledChanged
- Whether the enabled state of the handler has changed.handledChanged
- Whether the handled state of the handler has changed.public IHandler getHandler()
null
.public boolean isEnabledChanged()
true
, iff the enabled property changed.public boolean isHandledChanged()
true
, iff the handled property changed.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.