org.apache.myfaces.orchestra.conversation
Interface ConversationBindingListener

All Known Implementing Classes:
PersistenceContextCloser

public interface ConversationBindingListener

Beans implementing this listener interface will get informed when they are added to a conversation or removed from a conversation.

Note that when a conversation ends, the valueUnbound method is invoked on each bean in the conversation.


Method Summary
 void valueBound(ConversationBindingEvent event)
          The bean has been added to the conversation.
 void valueUnbound(ConversationBindingEvent event)
          The bean has been removed from the conversation.
 

Method Detail

valueBound

void valueBound(ConversationBindingEvent event)
The bean has been added to the conversation.


valueUnbound

void valueUnbound(ConversationBindingEvent event)
The bean has been removed from the conversation.



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.