Interface Common.WorkflowTransitionListener

All Superinterfaces:
org.timepedia.exporter.client.Exportable
Enclosing interface:
Common

public static interface Common.WorkflowTransitionListener extends org.timepedia.exporter.client.Exportable
Listener for events about workflow transitions in this websession
Since:
5.2.2007
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Event which is fired when the workflow status of the current preview element has changed
  • Method Details

    • onWorkflowTransition

      void onWorkflowTransition(Common.WorkflowTransitionInfo info)
      Event which is fired when the workflow status of the current preview element has changed
      Parameters:
      info - object containing information about the current state of the workflow and its target element
      Since:
      5.2.2007