- All Known Subinterfaces:
TimeMillisAccessor.TimeMillisProperty
- Enclosing interface:
- TimeMillisAccessor
public static interface TimeMillisAccessor.TimeMillisMutator
Provides a mutator for a milliseconds property.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setTimeMillis
(int aMilliseconds) Sets the milliseconds for the milliseconds property.
-
Method Details
-
setTimeMillis
void setTimeMillis(int aMilliseconds) Sets the milliseconds for the milliseconds property.- Parameters:
aMilliseconds
- The milliseconds to be stored by the milliseconds property.
-