Class UpdateManager.SuspensionInfo

  • Enclosing class:
    UpdateManager

    protected static class UpdateManager.SuspensionInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int index
      The index of this redraw suspension
      (package private) long resumeMilli
      The system time in millisec that this suspension will expire and redraws can resume (at least for this suspension.
    • Constructor Summary

      Constructors 
      Constructor Description
      SuspensionInfo​(int index, long resumeMilli)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()  
      long getResumeMilli()  
      • Methods inherited from class java.lang.Object

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

      • index

        int index
        The index of this redraw suspension
      • resumeMilli

        long resumeMilli
        The system time in millisec that this suspension will expire and redraws can resume (at least for this suspension.
    • Constructor Detail

      • SuspensionInfo

        public SuspensionInfo​(int index,
                              long resumeMilli)
    • Method Detail

      • getIndex

        public int getIndex()
      • getResumeMilli

        public long getResumeMilli()