Class AbstractBitSetEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int changedValues
      A collection of bits representing whether certain values have changed.
    • Method Summary

      • 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()