Class WallclockChangedEvent


  • @Immutable
    public final class WallclockChangedEvent
    extends java.lang.Object
    This event is fired at irregular intervals at the tracker's discretion to indicate that the wallclock has changed.
    • Constructor Summary

      Constructors 
      Constructor Description
      WallclockChangedEvent​(java.time.Instant wallclock)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.Instant getWallclock()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WallclockChangedEvent

        public WallclockChangedEvent​(java.time.Instant wallclock)
    • Method Detail

      • getWallclock

        public java.time.Instant getWallclock()