public interface ResultEventFactory
Event object from an arbitrary object such as an expression evaluation result or
bean method return value.| Modifier and Type | Method and Description |
|---|---|
Event |
createResultEvent(java.lang.Object source,
java.lang.Object resultObject,
RequestContext context)
Create an event instance from the result object.
|
Event createResultEvent(java.lang.Object source, java.lang.Object resultObject, RequestContext context)
source - the source of the eventresultObject - the result object, typically the return value of a bean methodcontext - a flow execution request context