Interface ModeAccessor<T>

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


    public interface ModeAccessor<T>
    Provides an accessor for a mode property.
    • Method Detail

      • getMode

        T getMode​()
        Retrieves the mode from the mode property.
        Returns:
        The mode stored by the mode property.