com.gargoylesoftware.htmlunit.javascript
Class DebugFrameAdapter

java.lang.Object
  extended by com.gargoylesoftware.htmlunit.javascript.DebugFrameAdapter
All Implemented Interfaces:
net.sourceforge.htmlunit.corejs.javascript.debug.DebugFrame
Direct Known Subclasses:
DebugFrameImpl

public class DebugFrameAdapter
extends Object
implements net.sourceforge.htmlunit.corejs.javascript.debug.DebugFrame

An adapter class for debug frame implementations. The methods in this class are empty. This class exists as a convenience for creating debug frame objects.

Version:
$Revision: 5301 $
Author:
Daniel Gredler

Constructor Summary
DebugFrameAdapter()
           
 
Method Summary
 void onDebuggerStatement(net.sourceforge.htmlunit.corejs.javascript.Context cx)
          
 void onEnter(net.sourceforge.htmlunit.corejs.javascript.Context cx, net.sourceforge.htmlunit.corejs.javascript.Scriptable activation, net.sourceforge.htmlunit.corejs.javascript.Scriptable thisObj, Object[] args)
          
 void onExceptionThrown(net.sourceforge.htmlunit.corejs.javascript.Context cx, Throwable ex)
          
 void onExit(net.sourceforge.htmlunit.corejs.javascript.Context cx, boolean byThrow, Object resultOrException)
          
 void onLineChange(net.sourceforge.htmlunit.corejs.javascript.Context cx, int lineNumber)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugFrameAdapter

public DebugFrameAdapter()
Method Detail

onDebuggerStatement

public void onDebuggerStatement(net.sourceforge.htmlunit.corejs.javascript.Context cx)

Specified by:
onDebuggerStatement in interface net.sourceforge.htmlunit.corejs.javascript.debug.DebugFrame

onEnter

public void onEnter(net.sourceforge.htmlunit.corejs.javascript.Context cx,
                    net.sourceforge.htmlunit.corejs.javascript.Scriptable activation,
                    net.sourceforge.htmlunit.corejs.javascript.Scriptable thisObj,
                    Object[] args)

Specified by:
onEnter in interface net.sourceforge.htmlunit.corejs.javascript.debug.DebugFrame

onExceptionThrown

public void onExceptionThrown(net.sourceforge.htmlunit.corejs.javascript.Context cx,
                              Throwable ex)

Specified by:
onExceptionThrown in interface net.sourceforge.htmlunit.corejs.javascript.debug.DebugFrame

onExit

public void onExit(net.sourceforge.htmlunit.corejs.javascript.Context cx,
                   boolean byThrow,
                   Object resultOrException)

Specified by:
onExit in interface net.sourceforge.htmlunit.corejs.javascript.debug.DebugFrame

onLineChange

public void onLineChange(net.sourceforge.htmlunit.corejs.javascript.Context cx,
                         int lineNumber)

Specified by:
onLineChange in interface net.sourceforge.htmlunit.corejs.javascript.debug.DebugFrame


Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.