Class CmsSerialDateController.StatusUpdateTimer

java.lang.Object
com.google.gwt.user.client.Timer
org.opencms.acacia.client.widgets.serialdate.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 Details

    • 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()