org.apache.tuscany.sca.core.conversation
Interface ConversationListener

All Known Implementing Classes:
ConversationalScopeContainer

public interface ConversationListener

Listener for the events of a conversation


Method Summary
 void conversationEnded(ExtendedConversation conversation)
          The conversation is ended
 void conversationExpired(ExtendedConversation conversation)
          The conversation is expired
 void conversationStarted(ExtendedConversation conversation)
          The conversation is started
 

Method Detail

conversationStarted

void conversationStarted(ExtendedConversation conversation)
The conversation is started


conversationEnded

void conversationEnded(ExtendedConversation conversation)
The conversation is ended


conversationExpired

void conversationExpired(ExtendedConversation conversation)
The conversation is expired