com.vaadin.client.

Class VSchedulerImpl

  • java.lang.Object
    • com.google.gwt.core.client.Scheduler
      • com.google.gwt.core.client.impl.SchedulerImpl
        • com.vaadin.client.VSchedulerImpl
  • public class VSchedulerImpl
    extends com.google.gwt.core.client.impl.SchedulerImpl
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.gwt.core.client.Scheduler

        com.google.gwt.core.client.Scheduler.RepeatingCommand, com.google.gwt.core.client.Scheduler.ScheduledCommand
    • Field Summary

      • Fields inherited from class com.google.gwt.core.client.impl.SchedulerImpl

        INSTANCE
    • Constructor Summary

      Constructors
      Constructor Description
      VSchedulerImpl()  
    • Method Summary

      All Methods
      Modifier and Type Method Description
      boolean hasWorkQueued()  
      void scheduleDeferred​(com.google.gwt.core.client.Scheduler.ScheduledCommand cmd)  
      • Methods inherited from class com.google.gwt.core.client.impl.SchedulerImpl

        flushEntryCommands, flushFinallyCommands, scheduleEntry, scheduleEntry, scheduleFinally, scheduleFinally, scheduleFixedDelay, scheduleFixedPeriod, scheduleIncremental
      • Methods inherited from class com.google.gwt.core.client.Scheduler

        get
    • Constructor Detail

      • VSchedulerImpl

        public VSchedulerImpl()
    • Method Detail

      • scheduleDeferred

        public void scheduleDeferred​(com.google.gwt.core.client.Scheduler.ScheduledCommand cmd)

        Overrides:

        scheduleDeferred in class com.google.gwt.core.client.impl.SchedulerImpl

      • hasWorkQueued

        public boolean hasWorkQueued()