Interface IFunctionResult

All Known Implementing Classes:
FunctionResult

public interface IFunctionResult
Since:
10.3
Author:
Martijn van der Blom
  • Method Summary

    Modifier and Type
    Method
    Description
    This method should return the resulting event of the function call.
  • Method Details

    • getEvent

      String getEvent()
      This method should return the resulting event of the function call.
      Returns:
      The event, may be null.