public class JavaScript extends Object
| Constructor and Description |
|---|
JavaScript() |
| Modifier and Type | Method and Description |
|---|---|
static void |
preventDefault() |
void |
setInterval(Function function,
int milliseconds)
With JavaScript, it is possible to execute some code at specified
time-intervals.
|
void |
setTimeout(Function function,
int milliseconds)
With JavaScript, it is possible to execute some code at specified
time-intervals.
|
public void setInterval(Function function, int milliseconds)
public void setTimeout(Function function, int milliseconds)
public static void preventDefault()
Copyright © 2013 Whizu. All Rights Reserved.