--- svn.adito.adito.trunk.adito-community-applications.src.com.adito.applications.server.IOStreamConnector.java	Mon Aug 10 15:51:56 2009
+++ svn.adito.adito.trunk.maverick-multiplex.build.src.com.maverick.multiplex.IOStreamConnector.java	Mon Aug 10 15:50:54 2009
@@ -1,24 +1,10 @@
-
-				/*
- *  Adito
+/*
+ * Created on 14-May-2005
  *
- *  Copyright (C) 2003-2006 3SP LTD. All Rights Reserved
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU General Public License
- *  as published by the Free Software Foundation; either version 2 of
- *  the License, or (at your option) any later version.
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
- *
- *  You should have received a copy of the GNU General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * TODO To change the template for this generated file go to
+ * Window - Preferences - Java - Code Style - Code Templates
  */
-			
-package com.adito.applications.server;
+package com.maverick.multiplex;
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.OutputStream;
@@ -236,6 +222,10 @@
     }
   }
 
+  public interface IOStreamConnectorListener {
+    public void connectorClosed(IOStreamConnector connector);
 
+    public void dataTransfered(byte[] data, int count);
+  }
 
 }
