Uses of Interface
com.sun.jdi.event.Event
 
   -  
      
Packages that use Event 软件包 描述 com.sun.jdi.event 该包定义了JDI事件和事件处理。 -  
      
-  
        
Uses of Event in com.sun.jdi.event
Subinterfaces of Event in com.sun.jdi.event 变量和类型 接口 描述 interfaceAccessWatchpointEvent目标VM中的字段访问通知。interfaceBreakpointEvent目标VM中断点的通知。interfaceClassPrepareEvent类的通知在目标VM中准备。interfaceClassUnloadEvent目标VM中的类卸载通知。interfaceExceptionEvent目标VM中的异常通知。interfaceLocatableEvent具有位置和线程的事件的抽象超接口。interfaceMethodEntryEvent目标VM中方法调用的通知。interfaceMethodExitEvent目标VM中的方法返回通知。interfaceModificationWatchpointEvent目标VM中的字段修改通知。interfaceMonitorContendedEnteredEvent通知目标VM中的线程在等待另一个线程释放后进入监视器。interfaceMonitorContendedEnterEvent通知目标VM中的线程正在尝试进入已由另一个线程获取的监视器。interfaceMonitorWaitedEvent通知目标VM中的线程已完成等待监视器对象。interfaceMonitorWaitEvent通知目标VM中的线程即将在监视器对象上等待。interfaceStepEvent目标VM中步骤完成的通知。interfaceThreadDeathEvent目标VM中已完成线程的通知。interfaceThreadStartEvent目标VM中新运行线程的通知。interfaceVMDeathEvent目标VM终止的通知。interfaceVMDisconnectEvent断开与目标VM的连接通知。interfaceVMStartEvent初始化目标VM的通知。interfaceWatchpointEvent目标VM中的线程遇到的字段触发事件的通知。Methods in com.sun.jdi.event that return Event 变量和类型 方法 描述 EventEventIterator. nextEvent() 
 -