1) CLASSNAME is specified by the property 'name' == CLASSNAME. When doing it by the...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / core / IProxyEventListener.java
index c3ac70b..0309767 100644 (file)
@@ -1,7 +1,9 @@
 package net.sourceforge.phpeclipse.xdebug.core;
 
+import net.sourceforge.phpeclipse.xdebug.core.xdebug.XDebugConnection;
+
 
 public interface IProxyEventListener {
-       public void handleProxyEvent(String ideKey, String initString, AbstractDebugConnection connectin);
+       public void handleProxyEvent(/*String ideKey,*/ /*String initString,*/ XDebugConnection connectin);
 
 }