public class CreateValueChangeListenerCommand extends AbstractCommand
Creates a ValueChangeListener
and assign it to the
parent
property in the ClayContext
.
Constructor and Description |
---|
CreateValueChangeListenerCommand() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(org.apache.commons.chain.Context context)
Creates a
ValueChangeListener and assigns it to the
parent attribute. |
getCatalog, getCustomizationCatalog, getMessages, getTagUtils, isValueReference, realizeSymbols, replaceMnemonic, replaceMnemonic
public boolean execute(org.apache.commons.chain.Context context) throws Exception
Creates a ValueChangeListener
and assigns it to the
parent
attribute.
execute
in interface org.apache.commons.chain.Command
execute
in class AbstractCommand
context
- common chainstrue
if the chain is completeException
- propagated up to the top of the chainCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.