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 Detail

      • onCaseCreation

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