to.etc.domui.state
Interface IConversationStateListener
- All Known Implementing Classes:
- BuggyHibernateBaseContext, HibernateLongSessionContext, HibernateQDataContext, HibernateReattachingDataContext
public interface IConversationStateListener
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