Search
EvaluateFunctionEventObject Methods
 


 Public Methods

  Name Description

getArguments

Gets the list of the function's arguments.

getIsEvaluated

Gets a value indicating whether the function has been evaluated.

getName

Gets the name of the function to evaluate.

getParam

Gets the user-defined object set to the SimpleEvaluationContext.getDispatchFunctionParam.

getResult

Gets the result of the function evaluation. An attempt to get this value before it was set results in an exception.

setResult

Gets the result of the function evaluation.

 See Also