Class FunctionResult

    • 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 interface IFunctionResult
        Returns:
        The event, may be null.