com.vaadin.client
Class VSchedulerImpl

java.lang.Object
  extended by SchedulerImpl
      extended by com.vaadin.client.VSchedulerImpl

public class VSchedulerImpl
extends SchedulerImpl


Constructor Summary
VSchedulerImpl()
           
 
Method Summary
 boolean hasWorkQueued()
           
 void scheduleDeferred(ScheduledCommand cmd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VSchedulerImpl

public VSchedulerImpl()
Method Detail

scheduleDeferred

public void scheduleDeferred(ScheduledCommand cmd)

hasWorkQueued

public boolean hasWorkQueued()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.