Refactory whole plugin.
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / core / IProxyEventListener.java
index c3ac70b..c0ca73e 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, /*AbstractDebugConnection*/ XDebugConnection connectin);
 
 }