Package org.refcodes.time
Interface TimeAccessor.TimeMutator
-
- All Known Subinterfaces:
TimeAccessor.TimeProperty
- Enclosing interface:
- TimeAccessor
public static interface TimeAccessor.TimeMutatorProvides a mutator for a time property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTime(float aTime, TimeUnit aTimeUnit)Sets the time for the time property.
-
-
-
Method Detail
-
setTime
void setTime(float aTime, TimeUnit aTimeUnit)Sets the time for the time property.- Parameters:
aTime- The time to be stored by the time property.aTimeUnit- The time unit for the provided time.
-
-