Uses of Interface
com.chutneytesting.engine.domain.execution.event.Event
-
Packages that use Event Package Description com.chutneytesting.engine.domain.execution com.chutneytesting.engine.domain.execution.action com.chutneytesting.engine.domain.execution.event -
-
Uses of Event in com.chutneytesting.engine.domain.execution
Methods in com.chutneytesting.engine.domain.execution with type parameters of type Event Modifier and Type Method Description <T extends Event>
io.reactivex.disposables.DisposableRxBus. registerOnExecutionId(Class<T> eventClass, long executionId, io.reactivex.functions.Consumer<? super Event> onNext)Method parameters in com.chutneytesting.engine.domain.execution with type arguments of type Event Modifier and Type Method Description <T extends Event>
io.reactivex.disposables.DisposableRxBus. registerOnExecutionId(Class<T> eventClass, long executionId, io.reactivex.functions.Consumer<? super Event> onNext) -
Uses of Event in com.chutneytesting.engine.domain.execution.action
Classes in com.chutneytesting.engine.domain.execution.action that implement Event Modifier and Type Class Description classPauseExecutionActionclassResumeExecutionActionclassStopExecutionAction -
Uses of Event in com.chutneytesting.engine.domain.execution.event
Classes in com.chutneytesting.engine.domain.execution.event that implement Event Modifier and Type Class Description classBeginStepExecutionEventclassEndScenarioExecutionEventclassEndStepExecutionEventclassPauseStepExecutionEventclassStartScenarioExecutionEvent
-