|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void valueBound(ConversationBindingEvent event)
void valueUnbound(ConversationBindingEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |