<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Interface sun.tools.debug.DebuggerCallback
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-sun.tools.debug.html">This Package</a>  <a href="Package-sun.tools.debug.html">Previous</a>  <a href="Package-sun.tools.debug.html">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Interface sun.tools.debug.DebuggerCallback
</h1>
<dl>
  <dt> public interface <b>DebuggerCallback</b>
</dl>
The DebuggerCallback interface is used to communicate asynchronous
 information from the debugger to its client.  This may be the actual
 client object, or a delegate of its choosing.
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#breakpointEvent(sun.tools.debug.RemoteThread)"><b>breakpointEvent</b></a>(RemoteThread)
  <dd>  A breakpoint has been hit in the specified thread.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#exceptionEvent(sun.tools.debug.RemoteThread, java.lang.String)"><b>exceptionEvent</b></a>(RemoteThread, String)
  <dd>  An exception has occurred.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#printToConsole(java.lang.String)"><b>printToConsole</b></a>(String)
  <dd>  Print text to the debugger's console window.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#quitEvent()"><b>quitEvent</b></a>()
  <dd>  The client interpreter has exited, either by returning from its
  main thread, or by calling System.exit().
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#threadDeathEvent(sun.tools.debug.RemoteThread)"><b>threadDeathEvent</b></a>(RemoteThread)
  <dd>  A thread has died.
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="printToConsole(java.lang.String)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="printToConsole"><b>printToConsole</b></a>
<pre>
 public abstract void printToConsole(<a href="java.lang.String.html#_top_">String</a> text) throws <a href="java.lang.Exception.html#_top_">Exception</a>
</pre>
<dl>
  <dd> Print text to the debugger's console window.
<p>
  <dd><dl>
    <dt> <b>Throws:</b> <a href="java.lang.Exception.html#_top_">Exception</a>
    <dd> if a general exception occurs.
  </dl></dd>
</dl>
<a name="breakpointEvent(sun.tools.debug.RemoteThread)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="breakpointEvent"><b>breakpointEvent</b></a>
<pre>
 public abstract void breakpointEvent(<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a> t) throws <a href="java.lang.Exception.html#_top_">Exception</a>
</pre>
<dl>
  <dd> A breakpoint has been hit in the specified thread.
<p>
  <dd><dl>
    <dt> <b>Throws:</b> <a href="java.lang.Exception.html#_top_">Exception</a>
    <dd> if a general exception occurs.
  </dl></dd>
</dl>
<a name="exceptionEvent(sun.tools.debug.RemoteThread, java.lang.String)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="exceptionEvent"><b>exceptionEvent</b></a>
<pre>
 public abstract void exceptionEvent(<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a> t,
                                     <a href="java.lang.String.html#_top_">String</a> errorText) throws <a href="java.lang.Exception.html#_top_">Exception</a>
</pre>
<dl>
  <dd> An exception has occurred.
<p>
  <dd><dl>
    <dt> <b>Throws:</b> <a href="java.lang.Exception.html#_top_">Exception</a>
    <dd> if a general exception occurs.
  </dl></dd>
</dl>
<a name="threadDeathEvent(sun.tools.debug.RemoteThread)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="threadDeathEvent"><b>threadDeathEvent</b></a>
<pre>
 public abstract void threadDeathEvent(<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a> t) throws <a href="java.lang.Exception.html#_top_">Exception</a>
</pre>
<dl>
  <dd> A thread has died.
<p>
  <dd><dl>
    <dt> <b>Throws:</b> <a href="java.lang.Exception.html#_top_">Exception</a>
    <dd> if a general exception occurs.
  </dl></dd>
</dl>
<a name="quitEvent()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="quitEvent"><b>quitEvent</b></a>
<pre>
 public abstract void quitEvent() throws <a href="java.lang.Exception.html#_top_">Exception</a>
</pre>
<dl>
  <dd> The client interpreter has exited, either by returning from its
  main thread, or by calling System.exit().
<p>
  <dd><dl>
    <dt> <b>Throws:</b> <a href="java.lang.Exception.html#_top_">Exception</a>
    <dd> if a general exception occurs.
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-sun.tools.debug.html">This Package</a>  <a href="Package-sun.tools.debug.html">Previous</a>  <a href="Package-sun.tools.debug.html">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
