JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.debug.core.jsdi.event
Interface VMDeathEvent

All Superinterfaces:
Event, Mirror

public interface VMDeathEvent
extends Event

Description of a JSDI event indicating a VirtualMachine has been stopped in an unexpected way.

There are no guarantees this event can be received.

This event is sent in a "fire and forget" fashion, such that if the underlying communication channel has not been interrupted the event can be received.

Since:
1.0
See Also:
Event, EventQueue, EventSet
Restriction:
This interface is not intended to be extended by clients.

Method Summary
 
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.event.Event
request
 
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.Mirror
virtualMachine
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.