| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<net.java.html.lib.Function.A1<? super Timer,? extends Void>> |
Global.clearInterval |
net.java.html.lib.Objs.Property<net.java.html.lib.Function.A1<? super Timer,? extends Void>> |
Global.clearTimeout |
net.java.html.lib.Objs.Property<net.java.html.lib.Function.A3<? super net.java.html.lib.Function.A1<? super net.java.html.lib.Array<Object>,? extends Void>,? super Number,? super net.java.html.lib.Array<Object>,? extends Timer>> |
Global.setInterval |
net.java.html.lib.Objs.Property<net.java.html.lib.Function.A3<? super net.java.html.lib.Function.A1<? super net.java.html.lib.Array<Object>,? extends Void>,? super Number,? super net.java.html.lib.Array<Object>,? extends Timer>> |
Global.setTimeout |
| Modifier and Type | Method and Description |
|---|---|
static Timer |
Timer.$as(Object obj) |
static Timer |
Exports.setInterval(net.java.html.lib.Function.A1<? super net.java.html.lib.Array<Object>,? extends Void> callback,
double ms,
Object... args) |
Timer |
IncomingMessage.setTimeout(double msecs,
net.java.html.lib.Function callback) |
static Timer |
Exports.setTimeout(net.java.html.lib.Function.A1<? super net.java.html.lib.Array<Object>,? extends Void> callback,
double ms,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
net.java.html.lib.Function.A1<? super Timer,? extends Void> |
Global.clearInterval() |
net.java.html.lib.Function.A1<? super Timer,? extends Void> |
Global.clearTimeout() |
net.java.html.lib.Function.A3<? super net.java.html.lib.Function.A1<? super net.java.html.lib.Array<Object>,? extends Void>,? super Number,? super net.java.html.lib.Array<Object>,? extends Timer> |
Global.setInterval() |
net.java.html.lib.Function.A3<? super net.java.html.lib.Function.A1<? super net.java.html.lib.Array<Object>,? extends Void>,? super Number,? super net.java.html.lib.Array<Object>,? extends Timer> |
Global.setTimeout() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Exports.clearInterval(Timer intervalId) |
static void |
Exports.clearTimeout(Timer timeoutId) |
Copyright © 2016. All rights reserved.