Eclipse Platform
Release 3.1

org.eclipse.core.commands.common
Class AbstractBitSetEvent

java.lang.Object
  extended byorg.eclipse.core.commands.common.AbstractBitSetEvent
Direct Known Subclasses:
AbstractNamedHandleEvent, 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
protected  int changedValues
          A collection of bits representing whether certain values have changed.
 
Constructor Summary
AbstractBitSetEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changedValues

protected int changedValues
A collection of bits representing whether certain values have changed. A bit is set (i.e., 1) if the corresponding property has changed. It can be assumed that this value will be correctly initialized by the superconstructor.

Constructor Detail

AbstractBitSetEvent

public AbstractBitSetEvent()

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.