Interface ActivityListener


@Experimental public interface ActivityListener
Notifies external observers about activity-related events. Preliminary implementation.
  • Method Details

    • onActivityRealizationComplete

      void onActivityRealizationComplete(@NotNull @NotNull AbstractActivityRun<?,?,?> activityRun, @NotNull @NotNull Task task, @NotNull @NotNull OperationResult result)
      Called when the activity realization is complete.