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.
Modifier and Type | Field and Description |
---|---|
protected int |
changedValues
A collection of bits representing whether certain values have changed.
|
Constructor and Description |
---|
AbstractBitSetEvent() |
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.