Interface TimeAccessor.TimeMutator

All Known Subinterfaces:
TimeAccessor.TimeProperty
Enclosing interface:
TimeAccessor

public static interface TimeAccessor.TimeMutator
Provides a mutator for a time property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setTime(float aTime, TimeUnit aTimeUnit)
    Sets the time for the time property.
  • Method Details

    • 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.