protected class SliderBar.KeyTimer
extends com.google.gwt.user.client.Timer
| Modifier | Constructor and Description |
|---|---|
protected |
KeyTimer() |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
This method will be called when a timer fires.
|
void |
schedule(int delayMillis,
boolean shiftRight,
int multiplier)
Schedules a timer to elapse in the future.
|
public void run()
run in class com.google.gwt.user.client.Timerpublic void schedule(int delayMillis,
boolean shiftRight,
int multiplier)
delayMillis - how long to wait before the timer elapses, in
millisecondsshiftRight - whether to shift up or notmultiplier - the number of steps to shiftCopyright © 2017. All Rights Reserved.