Configuration Platform SDK 7.6 API Reference

com.genesyslab.platform.commons.protocol
Interface ChannelListener

All Superinterfaces:
Listener
All Known Subinterfaces:
MessageReceiverSupport, ReceiverSupport, RequestReceiverSupport, ServerChannelListener
All Known Implementing Classes:
AbstractQueueReceiver, QueueMessageReceiver, QueueRequestReceiver

public interface ChannelListener
extends Listener


Method Summary
 void onChannelClosed(ChannelClosedEvent event)
           
 void onChannelError(ChannelErrorEvent event)
           
 void onChannelOpened(java.util.EventObject event)
           
 

Method Detail

onChannelOpened

public void onChannelOpened(java.util.EventObject event)

onChannelClosed

public void onChannelClosed(ChannelClosedEvent event)

onChannelError

public void onChannelError(ChannelErrorEvent event)

Configuration Platform SDK 7.6 API Reference

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