- 所有父级接口:
Mirror
- 所有已知的子接口:
AccessWatchpointEvent,BreakpointEvent,ClassPrepareEvent,ClassUnloadEvent,ExceptionEvent,LocatableEvent,MethodEntryEvent,MethodExitEvent,ModificationWatchpointEvent,MonitorContendedEnteredEvent,MonitorContendedEnterEvent,MonitorWaitedEvent,MonitorWaitEvent,StepEvent,ThreadDeathEvent,ThreadStartEvent,VMDeathEvent,VMDisconnectEvent,VMStartEvent,WatchpointEvent
调试器感兴趣的目标 VM 中的事件。 Event 是所有事件的公共超级接口(示例包括
BreakpointEvent 、ExceptionEvent 、ClassPrepareEvent )。当事件发生时,作为 EventSet 组件的 Event 实例将在 VirtualMachine 的 EventQueue 中排队。
- 自从:
- 1.3
- 参见:
-
方法总结
在接口 com.sun.jdi.Mirror 中声明的方法
toString, virtualMachine
-
方法详情
-
request
EventRequest request()- 返回:
-
请求此事件的
EventRequest。某些事件(例如VMDeathEvent)可能没有相应的请求,因此将返回 null。
-