Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi.event
Interface ICDIExitedEvent

All Superinterfaces:
ICDIDestroyedEvent, ICDIEvent

public interface ICDIExitedEvent
extends ICDIDestroyedEvent

Notifies that the program has exited. The originators:

Since:
Jul 10, 2002

Method Summary
 ICDISessionObject getReason()
          Returns the information provided by the session when program is exited.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.event.ICDIEvent
getSource
 

Method Detail

getReason

ICDISessionObject getReason()
Returns the information provided by the session when program is exited.

Returns:
the exit information

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.