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