Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
ICDIEvent

public interface ICDISuspendedEvent
extends ICDIEvent

Notifies that the originator has been suspended. The originators:

The reason of the suspension can be one of the following session objects:

Since:
Jul 10, 2002

Method Summary
 ICDISessionObject getReason()
          Returns the session object that caused the suspension.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.event.ICDIEvent
getSource
 

Method Detail

getReason

ICDISessionObject getReason()
Returns the session object that caused the suspension.

Returns:
ICDIObject

Eclipse CDT
Pre-release 3.0

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