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 aTimeInMillis)
    Sets the time stamp for the time stamp property.
  • Method Details

    • setTimeStamp

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