|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.ui.VLazyExecutor
public class VLazyExecutor
Executes the given command delayMs milliseconds after a call to
trigger(). Calling trigger() again before the command has
been executed causes the execution to be rescheduled to delayMs after
the second call.
| Constructor Summary | |
|---|---|
VLazyExecutor(int delayMs,
ScheduledCommand cmd)
|
|
| Method Summary | |
|---|---|
void |
trigger()
Triggers execution of the command. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VLazyExecutor(int delayMs,
ScheduledCommand cmd)
delayMs - Delay in milliseconds to wait before executing the commandcmd - The command to execute| Method Detail |
|---|
public void trigger()
delayMs milliseconds from that point in time.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||