org.keridwen.core.state.impl
Class KeridwenSingleCallCommand
java.lang.Object
org.apache.commons.scxml.model.Action
org.keridwen.core.state.impl.KeridwenSingleCallCommand
- All Implemented Interfaces:
- Serializable, org.apache.commons.scxml.model.NamespacePrefixesHolder
public class KeridwenSingleCallCommand
- extends org.apache.commons.scxml.model.Action
- See Also:
- Serialized Form
Methods inherited from class org.apache.commons.scxml.model.Action |
getNamespaces, getNamespacesKey, getParent, getParentState, getParentTransitionTarget, setNamespaces, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeridwenSingleCallCommand
public KeridwenSingleCallCommand()
execute
public void execute(org.apache.commons.scxml.EventDispatcher evtDispatcher,
org.apache.commons.scxml.ErrorReporter errRep,
org.apache.commons.scxml.SCInstance scInstance,
org.apache.commons.logging.Log appLog,
Collection derivedEvents)
throws org.apache.commons.scxml.model.ModelException,
org.apache.commons.scxml.SCXMLExpressionException
- Specified by:
execute
in class org.apache.commons.scxml.model.Action
- Throws:
org.apache.commons.scxml.model.ModelException
org.apache.commons.scxml.SCXMLExpressionException
getKey
public String getKey()
setKey
public void setKey(String key)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
Copyright © 2012-2013 Artenum. All Rights Reserved.