Merge xdebug from 1.3.x.
[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,*/ XDebugConnection connectin);
8
9 }