Java Debug Interface

com.sun.jdi.event
Interface VMDeathEvent

All Superinterfaces:
Event, Mirror

public interface VMDeathEvent
extends Event

Notification of target VM termination.

Since:
1.3
See Also:
EventQueue, VirtualMachine

Methods inherited from interface com.sun.jdi.event.Event
request
 
Methods inherited from interface com.sun.jdi.Mirror
toString, virtualMachine
 


Java Debug Interface