to.etc.domui.state
Interface IConversationStateListener

All Known Implementing Classes:
BuggyHibernateBaseContext, HibernateLongSessionContext, HibernateQDataContext, HibernateReattachingDataContext

public interface IConversationStateListener


Method Summary
 void conversationAttached(ConversationContext cc)
           
 void conversationDestroyed(ConversationContext cc)
           
 void conversationDetached(ConversationContext cc)
           
 void conversationNew(ConversationContext cc)
           
 

Method Detail

conversationNew

void conversationNew(ConversationContext cc)
                     throws java.lang.Exception
Throws:
java.lang.Exception

conversationAttached

void conversationAttached(ConversationContext cc)
                          throws java.lang.Exception
Throws:
java.lang.Exception

conversationDetached

void conversationDetached(ConversationContext cc)
                          throws java.lang.Exception
Throws:
java.lang.Exception

conversationDestroyed

void conversationDestroyed(ConversationContext cc)
                           throws java.lang.Exception
Throws:
java.lang.Exception