Eclipse CDT
Pre-release 3.0

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

All Known Subinterfaces:
ICDIChangedEvent, ICDICreatedEvent, ICDIDestroyedEvent, ICDIDisconnectedEvent, ICDIExitedEvent, ICDIMemoryChangedEvent, ICDIRestartedEvent, ICDIResumedEvent, ICDISuspendedEvent

public interface ICDIEvent

A base interface for all CDI events.

Since:
Jul 18, 2002

Method Summary
 ICDIObject getSource()
          The CDI object on which the event initially occurred.
 

Method Detail

getSource

ICDIObject getSource()
The CDI object on which the event initially occurred.

Returns:
the CDI object on which the event initially occurred

Eclipse CDT
Pre-release 3.0

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