org.indy
Interface TCPServerExecuteListener

All Superinterfaces:
java.util.EventListener

public interface TCPServerExecuteListener
extends java.util.EventListener

Title:

Description:

Copyright: Copyright (c) 2002

Company:

Version:
1.0
Author:
unascribed

Method Summary
 void onExecute(TCPServer sender, TCPServerConnection connection)
           
 

Method Detail

onExecute

public void onExecute(TCPServer sender,
                      TCPServerConnection connection)
               throws IndyException
Parameters:
sender -  
connection -  
Throws:
IndyException -  


Copyright © 2002-2002 IndyJ. All Rights Reserved.