Interface ModeAccessor.ModeMutator<T>

  • Type Parameters:
    T - The type of the mode to be accessed.
    All Known Subinterfaces:
    ModeAccessor.ModeProperty<T>
    Enclosing interface:
    ModeAccessor<T>

    public static interface ModeAccessor.ModeMutator<T>
    Provides a mutator for a mode property.
    • Method Detail

      • setMode

        void setMode​(T aMode)
        Sets the mode for the mode property.
        Parameters:
        aMode - The mode to be stored by the mode property.