Class CurrentTimeUserMessage

java.lang.Object
velox.api.layer1.messages.CurrentTimeUserMessage
All Implemented Interfaces:
Layer1ApiIgnorableDownwardMessage, Layer1ApiIgnorableUpwardMessage

public class CurrentTimeUserMessage
extends java.lang.Object
implements Layer1ApiIgnorableDownwardMessage, Layer1ApiIgnorableUpwardMessage
  • Field Summary

    Fields 
    Modifier and Type Field Description
    boolean isEventsSkipped
    If true, indicates some events might have been skipped
    For example, will happen after system sleep mode ended
    long time
    Current providers time
  • Constructor Summary

    Constructors 
    Constructor Description
    CurrentTimeUserMessage​(long time)  
    CurrentTimeUserMessage​(long time, boolean isEventsSkipped)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • time

      public final long time
      Current providers time
    • isEventsSkipped

      public final boolean isEventsSkipped
      If true, indicates some events might have been skipped
      For example, will happen after system sleep mode ended
  • Constructor Details

  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object