1 package net.sourceforge.phpeclipse.xdebug.core;
3 import net.sourceforge.phpeclipse.xdebug.core.xdebug.XDebugConnection;
6 public interface IProxyEventListener {
7 public void handleProxyEvent(String ideKey, String initString, /*AbstractDebugConnection*/ XDebugConnection connectin);