Class CmsSerialDateController.StatusUpdateTimer

  • Enclosing class:
    CmsSerialDateController

    protected static class CmsSerialDateController.StatusUpdateTimer
    extends com.google.gwt.user.client.Timer
    The status update timer.

    Status update takes place at most every 500 milliseconds. Whenever re-update is triggered during the time waiting, the timer is reset, i.e., it is waited for 500 milliseconds again.

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      static void updateStatus​(I_StatusUpdateHandler handler)
      Trigger the status update after a certain time out.
      • Methods inherited from class com.google.gwt.user.client.Timer

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

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

      • updateStatus

        public static void updateStatus​(I_StatusUpdateHandler handler)
        Trigger the status update after a certain time out.
        Parameters:
        handler - the status update handler, that actually performs the status update.
      • run

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