Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionLeaveListener

Hierarchy

  • ActionLeaveListener

Callable

  • ActionLeaveListener(actionId: number, stoptime: number, isRootAction: boolean): void
  • Signature of the function passed as callback in addLeaveActionListener

    Parameters

    • actionId: number

      the ID for which the leave is called

    • stoptime: number

      start resp. endtime of the action

    • isRootAction: boolean

      true if the action with the provided ID is a root action

    Returns void

Generated using TypeDoc