jtge.engine.io
Interface IDisconnectionObserver

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

public interface IDisconnectionObserver

Defines callbacks for close events.

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

Method Summary
 void closed(IInput input)
          Notify the closing of an input.
 void closed(IOutput output)
          Notify the closing of an output.
 

Method Detail

closed

public void closed(IInput input)
Notify the closing of an input.

Parameters:
input - the closed input

closed

public void closed(IOutput output)
Notify the closing of an output.

Parameters:
output - the closed output


Copyright © 2003-2005 . All Rights Reserved.