Uses of Class
org.apache.myfaces.orchestra.conversation.ConversationBindingEvent

Packages that use ConversationBindingEvent
org.apache.myfaces.orchestra.conversation   
org.apache.myfaces.orchestra.conversation.spring   
 

Uses of ConversationBindingEvent in org.apache.myfaces.orchestra.conversation
 

Methods in org.apache.myfaces.orchestra.conversation with parameters of type ConversationBindingEvent
 void ConversationBindingListener.valueBound(ConversationBindingEvent event)
          The bean has been added to the conversation.
 void ConversationBindingListener.valueUnbound(ConversationBindingEvent event)
          The bean has been removed from the conversation.
 

Uses of ConversationBindingEvent in org.apache.myfaces.orchestra.conversation.spring
 

Methods in org.apache.myfaces.orchestra.conversation.spring with parameters of type ConversationBindingEvent
 void PersistenceContextCloser.valueBound(ConversationBindingEvent event)
           
 void PersistenceContextCloser.valueUnbound(ConversationBindingEvent event)
           
 



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