com.ibm.dse.services.comms
Interface ConversationNotEstablishedListener

All Known Implementing Classes:
ConversationNotEstablishedEventMulticaster

public interface ConversationNotEstablishedListener
extends java.util.EventListener

The event set listener interface for the conversationNotEstablished feature.


Method Summary
 void conversationNotEstablished(ConversationNotEstablishedEvent event)
          The ConversationNotEstablishedListener interface is an event set listener interface for the conversationNotEstablished feature.
 

Method Detail

conversationNotEstablished

public void conversationNotEstablished(ConversationNotEstablishedEvent event)
The ConversationNotEstablishedListener interface is an event set listener interface for the conversationNotEstablished feature.
Parameters:
event - com.ibm.dse.services.comms.ConversationNotEstablishedEvent