Interface CaseCreationListener


@Experimental public interface CaseCreationListener
An interface through which external observers can be notified about case-related events. EXPERIMENTAL. This interface may change in near future.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called when a case is created.
  • Method Details

    • onCaseCreation

      void onCaseCreation(CaseType aCase, Task task, OperationResult result)
      This method is called when a case is created.