Class AbstractHandleObjectEvent

    • Field Detail

      • CHANGED_DEFINED

        protected static final int CHANGED_DEFINED
        The bit used to represent whether the category has changed its defined state.
        See Also:
        Constant Field Values
      • LAST_BIT_USED_ABSTRACT_HANDLE

        protected static final int LAST_BIT_USED_ABSTRACT_HANDLE
        The last used bit so that subclasses can add more properties.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractHandleObjectEvent

        protected AbstractHandleObjectEvent​(boolean definedChanged)
        Constructs a new instance of AbstractHandleObjectEvent.
        Parameters:
        definedChanged - true, iff the defined property changed.
    • Method Detail

      • isDefinedChanged

        public final boolean isDefinedChanged()
        Returns whether or not the defined property changed.
        Returns:
        true, iff the defined property changed.