org.apache.myfaces.orchestra.conversation
Class ConversationBindingEvent

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

public class ConversationBindingEvent
extends Object

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


Constructor Summary
protected ConversationBindingEvent(Conversation conversation, String name)
           
 
Method Summary
 Conversation getConversation()
           
 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,
                                   String name)
Method Detail

getConversation

public Conversation getConversation()

getName

public String getName()


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