Class ContextEvent

    • Constructor Detail

      • ContextEvent

        public ContextEvent​(IContext context,
                            boolean definedChanged,
                            boolean enabledChanged,
                            boolean nameChanged,
                            boolean parentIdChanged)
        Deprecated.
        Creates a new instance of this class.
        Parameters:
        context - the instance of the interface that changed.
        definedChanged - true, iff the defined property changed.
        enabledChanged - true, iff the enabled property changed.
        nameChanged - true, iff the name property changed.
        parentIdChanged - true, iff the parentId property changed.
    • Method Detail

      • getContext

        public IContext getContext()
        Deprecated.
        Returns the instance of the interface that changed.
        Returns:
        the instance of the interface that changed. Guaranteed not to be null.
      • hasDefinedChanged

        public boolean hasDefinedChanged()
        Deprecated.
        Returns whether or not the defined property changed.
        Returns:
        true, iff the defined property changed.
      • hasEnabledChanged

        public boolean hasEnabledChanged()
        Deprecated.
        Returns whether or not the enabled property changed.
        Returns:
        true, iff the enabled property changed.
      • hasNameChanged

        public boolean hasNameChanged()
        Deprecated.
        Returns whether or not the name property changed.
        Returns:
        true, iff the name property changed.
      • hasParentIdChanged

        public boolean hasParentIdChanged()
        Deprecated.
        Returns whether or not the parentId property changed.
        Returns:
        true, iff the parentId property changed.