|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java Debug Interface | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Event
An occurrence in a target VM that is of interest to a debugger. Event is
the common superinterface for all events (examples include
BreakpointEvent, ExceptionEvent,
ClassPrepareEvent).
When an event occurs, an instance of Event as a component of
an EventSet is enqueued in the
VirtualMachine's EventQueue.
EventSet,
EventQueue| Method Summary | |
|---|---|
EventRequest |
request()
|
| Methods inherited from interface com.sun.jdi.Mirror |
|---|
toString, virtualMachine |
| Method Detail |
|---|
EventRequest request()
EventRequest that requested this event.
Some events (eg. VMDeathEvent) may not have
a cooresponding request and thus will return null.
|
Java Debug Interface | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||