Interface CaseEventListener


  • public interface CaseEventListener
    An interface through which external observers can be notified about case-related events. Used e.g. for implementing case-related notifications. EXPERIMENTAL. This interface may change in near future.
    • Method Detail

      • onCaseCreation

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