Class CmsInlineEntityWidget.UpdateTimer

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected UpdateTimer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cancel()  
      boolean isScheduled()
      Returns if the timer is already scheduled.
      void run()  
      void schedule​(int delayMillis)  
      • Methods inherited from class com.google.gwt.user.client.Timer

        isRunning, scheduleRepeating
      • Methods inherited from class java.lang.Object

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

      • cancel

        public void cancel()
        Overrides:
        cancel in class com.google.gwt.user.client.Timer
        See Also:
        Timer.cancel()
      • isScheduled

        public boolean isScheduled()
        Returns if the timer is already scheduled.

        Returns:
        true if the timer is scheduled
      • run

        public void run()
        Specified by:
        run in class com.google.gwt.user.client.Timer
        See Also:
        Timer.run()
      • schedule

        public void schedule​(int delayMillis)
        Overrides:
        schedule in class com.google.gwt.user.client.Timer
        See Also:
        Timer.schedule(int)