Interface ActivityEvent

All Superinterfaces:
DebugDumpable, Event, Serializable, ShortDumpable
All Known Subinterfaces:
ActivityRealizationCompleteEvent

@Experimental public interface ActivityEvent extends Event
An event related to an execution of an Activity. Preliminary implementation!
  • Method Details

    • 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.