We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.
Class VLazyExecutor
- java.lang.Object
-
- com.vaadin.client.ui.VLazyExecutor
-
-
Constructor Summary
Constructors Constructor and Description VLazyExecutor(int delayMs, com.google.gwt.core.client.Scheduler.ScheduledCommand cmd)
-
-
-
Constructor Detail
-
VLazyExecutor
public VLazyExecutor(int delayMs, com.google.gwt.core.client.Scheduler.ScheduledCommand cmd)
Parameters:
delayMs
- Delay in milliseconds to wait before executing the commandcmd
- The command to execute
-
-
Method Detail
-
trigger
public void trigger()
Triggers execution of the command. Each call reschedules any existing execution to
delayMs
milliseconds from that point in time.
-
-