Interface StateAccessor.StateMutator<S>

    • Method Detail

      • setState

        void setState​(S aState)
        Sets the statusCode for the state property.
        Parameters:
        aState - The state to be stored by the state property.