|
Java Debug Interface | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.sun.jdi.event | |
com.sun.jdi | This is the core package of the Java Debugging Interface (JDI), it defines mirrors for values, types, and the target VirtualMachine itself - as well bootstrapping facilities. |
com.sun.jdi.event | This package defines JDI events and event processing. |
Classes in com.sun.jdi.event used by com.sun.jdiEventQueue
|
Manager of incoming debugger events for a target VM. |
Classes in com.sun.jdi.event used by com.sun.jdi.eventEvent
|
An occurrence in a target VM that is of interest to a debugger. EventIterator
|
EventIterators are unmodifiable. EventSet
|
Several Event objects may be created at a given time by
the target VirtualMachine .LocatableEvent
|
Abstract superinterface of events which have both location and thread. WatchpointEvent
|
Notification of a field triggered event encountered by a thread in the target VM. |
|
Java Debug Interface | ||||||||
PREV NEXT | FRAMES NO FRAMES |