|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.AbstractBitSetEvent
public abstract class AbstractBitSetEvent
An event that carries with it two or more boolean values. This provides a single integer value which can then be used as a bit set.
Field Summary | |
---|---|
protected int |
changedValues
A collection of bits representing whether certain values have changed. |
Constructor Summary | |
---|---|
AbstractBitSetEvent()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int changedValues
1
) if the corresponding property has
changed. It can be assumed that this value will be correctly initialized
by the superconstructor.
Constructor Detail |
---|
public AbstractBitSetEvent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |