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() |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.