Package | Description |
---|---|
votorola.g.web.gwt.event |
Handling GWT events.
|
Modifier and Type | Class and Description |
---|---|
static class |
CoalescingSchedulerR.FixedDelay
A phaser that schedules commands with a constant intervening delay.
|
static class |
CoalescingSchedulerR.FixedPeriod
A phaser that schedules commands with a constant period.
|
Modifier and Type | Field and Description |
---|---|
static CoalescingSchedulerR.Phaser |
CoalescingSchedulerR.ENTRY
A phaser that schedules commands to run in the event loop prior to
GWT-generated code.
|
static CoalescingSchedulerR.Phaser |
CoalescingSchedulerR.FINALLY
A phaser that schedules commands to run in the event loop subsequent to
GWT-generated code.
|
static CoalescingSchedulerR.Phaser |
CoalescingSchedulerR.INCREMENTAL
A phaser that schedules commands to perform incremental work.
|
Modifier and Type | Method and Description |
---|---|
CoalescingSchedulerR.Phaser |
CoalescingSchedulerR.phaser()
|
Constructor and Description |
---|
CoalescingSchedulerR(CoalescingSchedulerR.Phaser _phaser,
Scheduler.RepeatingCommand _command)
Constructs a CoalescingSchedulerR based on the default
scheduler.
|
CoalescingSchedulerR(Scheduler _baseScheduler,
CoalescingSchedulerR.Phaser _phaser)
Partially constructs a CoalescingSchedulerS, to be completed by calling
init(command).
|
CoalescingSchedulerR(Scheduler _baseScheduler,
CoalescingSchedulerR.Phaser _phaser,
Scheduler.RepeatingCommand _command)
Constructs a CoalescingSchedulerR.
|