package net.sourceforge.phpeclipse.xdebug.core; public interface IProxyEventListener { public void handleProxyEvent(String ideKey, String initString, AbstractDebugConnection connectin); }