Configuration Platform SDK 7.6 API Reference

com.genesyslab.platform.commons.protocol
Interface ChannelListenerSupport

All Known Subinterfaces:
AsyncChannel, Channel, InputChannel, OutputChannel, Protocol, RequestChannel, ResponseChannel
All Known Implementing Classes:
AbstractChannel, ClientChannel, DuplexChannel, ServerChannel

public interface ChannelListenerSupport


Method Summary
 void addChannelListener(ChannelListener listener)
          Add listener about connection lifecicle events.
 void removeChannelListener(ChannelListener listener)
          Remove listener about connection lifecicle events.
 

Method Detail

addChannelListener

public void addChannelListener(ChannelListener listener)
Add listener about connection lifecicle events.

Parameters:
listener - listener

removeChannelListener

public void removeChannelListener(ChannelListener listener)
Remove listener about connection lifecicle events.

Parameters:
listener - listener

Configuration Platform SDK 7.6 API Reference

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.