Interface Activeable


  • public interface Activeable
    An object that can be set active or inactive.
    Author:
    Garret Wilson
    • Field Detail

      • ACTIVE_PROPERTY

        static final java.lang.String ACTIVE_PROPERTY
        The active bound property.
    • Method Detail

      • isActive

        boolean isActive()
        Returns:
        Whether the object is active.
      • setActive

        void setActive​(boolean newActive)
        Sets whether the object is active. This is a bound property of type Boolean.
        Parameters:
        newActive - true if the object should be active.
        See Also:
        ACTIVE_PROPERTY