Class FunctionResult
- java.lang.Object
-
- com.aquima.interactions.portal.function.FunctionResult
-
- All Implemented Interfaces:
IFunctionResult
public class FunctionResult extends Object implements IFunctionResult
-
-
Constructor Summary
Constructors Constructor Description FunctionResult(String eventName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEvent()
This method should return the resulting event of the function call.
-
-
-
Constructor Detail
-
FunctionResult
public FunctionResult(String eventName)
-
-
Method Detail
-
getEvent
public String getEvent()
Description copied from interface:IFunctionResult
This method should return the resulting event of the function call.- Specified by:
getEvent
in interfaceIFunctionResult
- Returns:
- The event, may be null.
-
-