org.apache.myfaces.orchestra.conversation
Class ConversationBindingEvent

java.lang.Object
  extended by org.apache.myfaces.orchestra.conversation.ConversationBindingEvent

public class ConversationBindingEvent
extends java.lang.Object

Events of this type are sent to an object that implements the ConversationBindingListener interface


Constructor Summary
protected ConversationBindingEvent(Conversation conversation, java.lang.String name)
           
 
Method Summary
 Conversation getConversation()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationBindingEvent

protected ConversationBindingEvent(Conversation conversation,
                                   java.lang.String name)
Method Detail

getConversation

public Conversation getConversation()

getName

public java.lang.String getName()


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