public class EventHandlerThread extends Thread(Code)
A thread that listens and responds to events from JPDA when the debugger has attached to another JVM.
version: $Id: EventHandlerThread.java 4255 2007-08-28 19:17:37Z mgricken $
Constructor Summary
EventHandlerThread(JPDADebugger debugger, VirtualMachine vm) Creates a new EventHandlerThread to listen to events from the given debugger and virtual machine.
Method Summary
public void
run() Continually consumes events from the VM's event queue until it is disconnected.
Creates a new EventHandlerThread to listen to events from the given debugger and virtual machine. Calling
this Thread's start() method causes it to begin listenting.
Parameters: debugger - Debugger to which to report events Parameters: vm - JPDA reference to the VirtualMachine generating the events