|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.AbstractBitSetEvent
org.eclipse.core.commands.HandlerEvent
An instance of this class describes changes to an instance of
IHandler
.
This class is not intended to be extended by clients.
IHandlerListener.handlerChanged(HandlerEvent)
Field Summary |
---|
Fields inherited from class org.eclipse.core.commands.common.AbstractBitSetEvent |
---|
changedValues |
Constructor Summary | |
---|---|
HandlerEvent(IHandler handler,
boolean enabledChanged,
boolean handledChanged)
Creates a new instance of this class. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
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.Method Detail |
public IHandler getHandler()
null
.public boolean isEnabledChanged()
true
, iff the enabled property changed.public boolean isHandledChanged()
true
, iff the handled property changed.
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.