Interface ActivityEvent

    • Method Detail

      • getActivityRun

        @NotNull
        @NotNull AbstractActivityRun<?,​?,​?> getActivityRun()
        Returns the activity run that this event is related to.
      • getRunningTask

        @NotNull
        @NotNull RunningTask getRunningTask()
        Task in context of which the activity will execute, executes, or was executed.