Interface TimeStampAccessor.TimeStampMutator

All Known Subinterfaces:
TimeStampAccessor.TimeStampProperty
Enclosing interface:
TimeStampAccessor

public static interface TimeStampAccessor.TimeStampMutator
Provides a mutator for a timeStamp property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setTimeStamp(double aTimeMillis)
    Sets the time stamp for the time stamp property.
  • Method Details

    • setTimeStamp

      void setTimeStamp(double aTimeMillis)
      Sets the time stamp for the time stamp property.
      Parameters:
      aTimeMillis - The timeStamp to be stored by the time stamp property.