Package com.vaadin.client.ui
Class VLazyExecutor
- java.lang.Object
-
- com.vaadin.client.ui.VLazyExecutor
-
public class VLazyExecutor extends Object
-
-
Constructor Summary
Constructors Constructor Description VLazyExecutor(int delayMs, com.google.gwt.core.client.Scheduler.ScheduledCommand cmd)
-
-
-
Method Detail
-
trigger
public void trigger()
Triggers execution of the command. Each call reschedules any existing execution todelayMs
milliseconds from that point in time.
-
-