Package org.eclipse.core.commands.common
Class AbstractBitSetEvent
- java.lang.Object
-
- org.eclipse.core.commands.common.AbstractBitSetEvent
-
- Direct Known Subclasses:
AbstractHandleObjectEvent
,BindingManagerEvent
,ContextManagerEvent
,HandlerEvent
public abstract class AbstractBitSetEvent extends Object
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.
- Since:
- 3.1
-
-
Field Summary
Fields Modifier and Type Field Description protected int
changedValues
A collection of bits representing whether certain values have changed.
-
Constructor Summary
Constructors Constructor Description AbstractBitSetEvent()
-