Interface ReportOutputCreatedListener


  • @Experimental
    public interface ReportOutputCreatedListener
    Notifies external observers about "report created" events. Preliminary implementation.
    • Method Detail

      • onReportOutputCreated

        void onReportOutputCreated​(@NotNull
                                   @NotNull AbstractActivityRun<?,​?,​?> activityRun,
                                   @NotNull
                                   @NotNull ReportType report,
                                   @NotNull
                                   @NotNull ReportDataType reportOutput,
                                   @NotNull
                                   @NotNull Task task,
                                   @NotNull
                                   @NotNull OperationResult result)
        Called when a report output is created.