public interface JavaScriptExecutor extends Runnable, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addWindow(WebWindow newWindow)
Register a window with the eventLoop.
|
int |
pumpEventLoop(long timeoutMillis)
Executes the jobs in the eventLoop till timeoutMillis expires or the eventLoop becomes empty.
|
void |
shutdown()
Notes that this thread has been shutdown.
|
void addWindow(WebWindow newWindow)
newWindow - the new web windowvoid shutdown()
int pumpEventLoop(long timeoutMillis)
timeoutMillis - the timeout in millisecondsCopyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.