org.apache.myfaces.orchestra.conversation
Class DummyBean
java.lang.Object
org.apache.myfaces.orchestra.conversation.DummyBean
- All Implemented Interfaces:
- ConversationBindingListener
public class DummyBean
- extends Object
- implements ConversationBindingListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
callback
public static ConversationBindingListener callback
DummyBean
public DummyBean()
touch
public void touch()
getData
public String getData()
setData
public void setData(String data)
checkCurrentConversation
public Conversation checkCurrentConversation()
invalidateSelf
public void invalidateSelf()
invalidateAndRestartSelf
public void invalidateAndRestartSelf()
getRaw
public DummyBean getRaw()
valueBound
public void valueBound(ConversationBindingEvent event)
- Specified by:
valueBound
in interface ConversationBindingListener
valueUnbound
public void valueUnbound(ConversationBindingEvent event)
- Specified by:
valueUnbound
in interface ConversationBindingListener
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.