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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static interface  ModeAccessor.ModeMutator<T>
    Provides a mutator for a mode property.
    static interface  ModeAccessor.ModeProperty<T>
    Provides a mode property.
  • Method Summary

    Modifier and Type Method Description
    T getMode()
    Retrieves the mode from the mode property.
  • Method Details

    • getMode

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