jtge.engine.io
Interface IConnectionObserver

All Known Subinterfaces:
ISessionManager
All Known Implementing Classes:
ChannelManager, InputStarter, OutputRegistrer, SessionManager

public interface IConnectionObserver

Defines callbacks for open events.

Version:
$Revision: 1.4 $ $Date: 2005/08/29 17:41:32 $
Author:
Mathieu Champlon

Method Summary
 void opened(IInput input, IOutput output)
          Notify the opening of an input and/or output.
 

Method Detail

opened

public void opened(IInput input,
                   IOutput output)
Notify the opening of an input and/or output.

Parameters:
input - the input or null if none
output - the input or null if none


Copyright © 2003-2005 . All Rights Reserved.