@Exported public interface Event extends Mirror
BreakpointEvent、ExceptionEvent、ClassPrepareEventなど)に共通のスーパー・インタフェースです。イベントが発生すると、EventSetのコンポーネントとしてのEventのインスタンスがVirtualMachineのEventQueueにエンキューされます。EventSet, EventQueue| 修飾子と型 | メソッドと説明 |
|---|---|
EventRequest |
request() |
toString, virtualMachineEventRequest request()
EventRequest。一部のイベント(VMDeathEventなど)は対応する要求がないことがあり、その場合はnullを返します。
Copyright © 1999, 2014, Oracle and/or its affiliates. All rights reserved.