Class CmsValidationHandler.ValidationTimer

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • ValidationTimer

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

        Parameters:
        entity - the entity to validate
    • Method Detail

      • run

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