Class AbstractNamedHandleEvent

    • Field Detail

      • CHANGED_DESCRIPTION

        protected static final int CHANGED_DESCRIPTION
        The bit used to represent whether the category has changed its description.
        See Also:
        Constant Field Values
      • CHANGED_NAME

        protected static final int CHANGED_NAME
        The bit used to represent whether the category has changed its name.
        See Also:
        Constant Field Values
      • LAST_USED_BIT

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

      • AbstractNamedHandleEvent

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

      • isDescriptionChanged

        public final boolean isDescriptionChanged()
        Returns whether or not the description property changed.
        Returns:
        true, iff the description property changed.
      • isNameChanged

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