jtge.engine.io
Interface IChannelObserver

All Known Implementing Classes:
ChannelObserverAdapter, UserChannelManager

public interface IChannelObserver

Defines callbacks for channel events.

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

Method Summary
 void connected(IInput input, IOutput output)
          Notify the connection success.
 void disconnected(IInput input, IOutput output)
          Notify the disconnection.
 

Method Detail

connected

public void connected(IInput input,
                      IOutput output)
Notify the connection success.

Parameters:
input - the channel input
output - the channel output

disconnected

public void disconnected(IInput input,
                         IOutput output)
Notify the disconnection.

Parameters:
input - the channel input
output - the channel output


Copyright © 2003-2005 . All Rights Reserved.