Package | Description |
---|---|
com.google.gwt.core.client |
Fundamental classes used in client-side GWT code.
|
com.google.gwt.core.client.impl | |
com.google.gwt.core.client.testing |
Classes used for testing core GWT functionality.
|
Modifier and Type | Method and Description |
---|---|
static Scheduler |
Scheduler.get()
Returns the default implementation of the Scheduler API.
|
Modifier and Type | Class and Description |
---|---|
class |
SchedulerImpl
This is used by Scheduler to collaborate with Impl in order to have
FinallyCommands executed.
|
Modifier and Type | Class and Description |
---|---|
class |
StubScheduler
A fake scheduler that records scheduled commands and can execute them when asked to.
|
Copyright © 2018. All rights reserved.