Uses of Interface
jcaas.util.JDIHandler

Packages that use JDIHandler
jcaas.util   
 

Uses of JDIHandler in jcaas.util
 

Classes in jcaas.util that implement JDIHandler
 class DefaultHandler
          This class is a default implementation of JDIHandler.
 class JDIClassRunner
          This is the main top-level JDI simulator class.
 

Methods in jcaas.util with parameters of type JDIHandler
 void JDIClassRunner.addJDIHandler(JDIHandler handler)
          Adds another JDIHandler to this list of handlers that will receive events from the JDI.
 

Constructors in jcaas.util with parameters of type JDIHandler
Console(java.lang.Process vm, JDIHandler[] _handlers)
          Constructor.
EventHandlerThread(com.sun.jdi.VirtualMachine _vm, java.util.Set _method_begin_set, java.util.Set _method_end_set, java.util.Set _field_access_set, java.util.Set _field_modify_set, java.util.Set _exception_set, JDIHandler[] _handlers)
          Constructor.