com.ibm.dse.services.comms
Interface ConversationDownListener

All Known Implementing Classes:
ConversationDownEventMulticaster

public interface ConversationDownListener
extends java.util.EventListener

The ConversationDownListener interface is an event set listener interface for the conversationDown feature.


Method Summary
 void conversationDown(ConversationDownEvent event)
          Invoked when Deallocate conversation message is received from partner.
 

Method Detail

conversationDown

public void conversationDown(ConversationDownEvent event)
Invoked when Deallocate conversation message is received from partner.
Parameters:
event - com.ibm.dse.services.ConversationDownEvent