Eclipse CDT
Pre-release 3.0

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


public interface ICDIEventListener

An event listener registers with the event manager to receive event notification from the CDI model objects.

Since:
Jul 10, 2002

Method Summary
 void handleDebugEvents(ICDIEvent[] event)
          Notifies this listener of the given event.
 

Method Detail

handleDebugEvents

void handleDebugEvents(ICDIEvent[] event)
Notifies this listener of the given event.

Parameters:
event - - the event

Eclipse CDT
Pre-release 3.0

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