Class CmsValidationHandler.ValidationTimer

java.lang.Object
com.google.gwt.user.client.Timer
org.opencms.acacia.client.CmsValidationHandler.ValidationTimer
Enclosing class:
CmsValidationHandler

protected class CmsValidationHandler.ValidationTimer extends com.google.gwt.user.client.Timer
The validation timer.

  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    ValidationTimer(org.opencms.acacia.shared.CmsEntity entity)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    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
  • Constructor Details

    • ValidationTimer

      protected ValidationTimer(org.opencms.acacia.shared.CmsEntity entity)
      Constructor.

      Parameters:
      entity - the entity to validate
  • Method Details

    • run

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