Refactory whole plugin.
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / core / IProxyEventListener.java
1 package net.sourceforge.phpeclipse.xdebug.core;
2
3 import net.sourceforge.phpeclipse.xdebug.core.xdebug.XDebugConnection;
4
5
6 public interface IProxyEventListener {
7         public void handleProxyEvent(String ideKey, String initString, /*AbstractDebugConnection*/ XDebugConnection connectin);
8
9 }