c0ca73e44f0da6d96de9ab74fc3cf8162c64e7f7
[phpeclipse.git] /
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 }