- 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 Summary
-
Method Details
-
setMode
Sets the mode for the mode property.- Parameters:
aMode
- The mode to be stored by the mode property.
-