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:
parent
f3a9fae638
commit
35ebf046cf
2 changed files with 9 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue