Package org.refcodes.mixin
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetMode(T aMode)Sets the mode for the 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.
-
-