com.smartwerkz.jupload.classic.js
Class JSDebugListener

java.lang.Object
  extended by com.smartwerkz.jupload.classic.js.JSListener
      extended by com.smartwerkz.jupload.classic.js.JSDebugListener
All Implemented Interfaces:
DebugListener

public class JSDebugListener
extends JSListener
implements DebugListener

Since:
24-Aug-2006, 9:21:03 PM
Author:
Dominik Seifert

Field Summary
 
Fields inherited from class com.smartwerkz.jupload.classic.js.JSListener
js
 
Constructor Summary
JSDebugListener(JSWrapper js, java.lang.String name)
           
 
Method Summary
 void info(java.lang.String info)
           
 void thrown(java.lang.Throwable t)
          Is called when the given Throwable has been thrown unexpectedly.
It then calls the "thrown" method with the parameters:
The Throwable itself
The Throwable's stacktrace as human-readable string
 
Methods inherited from class com.smartwerkz.jupload.classic.js.JSListener
call, call, call, call, call, getJSClassName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSDebugListener

public JSDebugListener(JSWrapper js,
                       java.lang.String name)
Method Detail

thrown

public void thrown(java.lang.Throwable t)
Is called when the given Throwable has been thrown unexpectedly.
It then calls the "thrown" method with the parameters:
The Throwable itself
The Throwable's stacktrace as human-readable string

Specified by:
thrown in interface DebugListener

info

public void info(java.lang.String info)
Specified by:
info in interface DebugListener


Copyright © 2007 smartwerkz.com. All Rights Reserved.