- 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
Modifier and TypeInterfaceDescriptionstatic interface
Provides a mutator for a mode property.static interface
Provides a mode property. -
Method Summary
-
Method Details
-
getMode
T getMode()Retrieves the mode from the mode property.- Returns:
- The mode stored by the mode property.
-