Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi
Interface ICDIEventManager

All Superinterfaces:
ICDISessionObject

public interface ICDIEventManager
extends ICDISessionObject

Clients interested in the CDI model change notification may register with this object.

Since:
Jul 10, 2002

Method Summary
 void addEventListener(ICDIEventListener listener)
          Adds the given listener to the collection of registered event listeners.
 void removeEventListener(ICDIEventListener listener)
          Removes the given listener from the collection of registered event listeners.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDISessionObject
getSession
 

Method Detail

addEventListener

public void addEventListener(ICDIEventListener listener)
Adds the given listener to the collection of registered event listeners. Has no effect if an identical listener is already registered.

Parameters:
listener - - the listener to add

removeEventListener

public void removeEventListener(ICDIEventListener listener)
Removes the given listener from the collection of registered event listeners. Has no effect if an identical listener is not already registered.

Parameters:
listener - - the listener to remove

Eclipse CDT
Pre-release 3.0

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