Importing the XDebugProxy code in the HEAD. The repo was tagged with T_BEFORE_XDEBUGP...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / core / IProxyEventListener.java
1 package net.sourceforge.phpeclipse.xdebug.core;
2
3
4 public interface IProxyEventListener {
5         public void handleProxyEvent(String ideKey, String initString, AbstractDebugConnection connectin);
6
7 }