Package org.mozilla.javascript
Interface NativeConsole.ConsolePrinter
- 
- All Superinterfaces:
- java.io.Serializable
 - Enclosing class:
- NativeConsole
 
 public static interface NativeConsole.ConsolePrinter extends java.io.Serializable
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprint(Context cx, Scriptable scope, NativeConsole.Level level, java.lang.Object[] args, ScriptStackElement[] stack)
 
- 
- 
- 
Method Detail- 
printvoid print(Context cx, Scriptable scope, NativeConsole.Level level, java.lang.Object[] args, ScriptStackElement[] stack) 
 
- 
 
-