|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectRun
@ThreadSafe public final class Run
A run of the page daemon code. The single instance of Run is available via Run.i().
In Mozilla (1.7.13), each browser window has a separate classloader for the page daemon code. In Mozilla therefore, a run corresponds to a single browser window. This may vary, depending on the browser.
| Method Summary | |
|---|---|
static Run |
i()
The single instance of Run. |
(package private) boolean |
start()
Starts the run. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Run i()
boolean start()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||