1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

ICDIManager extends ICDIEventListener

This commit is contained in:
Alain Magloire 2004-03-16 20:05:25 +00:00
parent f3a9fae638
commit 35ebf046cf
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-03-16 Alain Magloire
Make this class extends ICDIEventListener
* src/org/eclipse/cdt/debug/core/cdi/ICDIManager.java
2004-03-10 Tanya Wolff
Externalized strings and marked non-translatable strings
Packages affected:

View file

@ -5,9 +5,11 @@
*/
package org.eclipse.cdt.debug.core.cdi;
import org.eclipse.cdt.debug.core.cdi.event.ICDIEventListener;
/**
*/
public interface ICDIManager extends ICDISessionObject {
public interface ICDIManager extends ICDIEventListener, ICDISessionObject {
/**
* When the target is suspended the manager will check