|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stjs.javascript.Console
public abstract class Console
This is the bridge to the browser console object
| Constructor Summary | |
|---|---|
Console()
|
|
| Method Summary | |
|---|---|
abstract void |
debug(Object msg,
Object... otherParams)
|
abstract void |
dir(Object msg)
|
abstract void |
error(Object msg,
Object... otherParams)
|
abstract void |
info(Object msg,
Object... otherParams)
|
abstract void |
log(Object msg,
Object... otherParams)
|
abstract void |
profile(Object msg)
|
abstract void |
profileEnd(Object msg)
|
abstract void |
time(Object msg)
|
abstract void |
timeEnd(Object msg)
|
abstract void |
trace(Object msg,
Object... otherParams)
|
abstract void |
warn(Object msg,
Object... otherParams)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Console()
| Method Detail |
|---|
public abstract void log(Object msg,
Object... otherParams)
public abstract void warn(Object msg,
Object... otherParams)
public abstract void error(Object msg,
Object... otherParams)
public abstract void debug(Object msg,
Object... otherParams)
public abstract void trace(Object msg,
Object... otherParams)
public abstract void info(Object msg,
Object... otherParams)
public abstract void dir(Object msg)
public abstract void time(Object msg)
public abstract void timeEnd(Object msg)
public abstract void profile(Object msg)
public abstract void profileEnd(Object msg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||