Interface TimeMillisAccessor.TimeMillisMutator

All Known Subinterfaces:
TimeMillisAccessor.TimeMillisProperty
Enclosing interface:
TimeMillisAccessor

public static interface TimeMillisAccessor.TimeMillisMutator
Provides a mutator for a milliseconds property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.