public class StepStateChangedEvent extends Object implements Event<StepStateChangedHandler>
Event.Type<H>
Modifier and Type | Field and Description |
---|---|
static Event.Type<StepStateChangedHandler> |
TYPE |
Constructor and Description |
---|
StepStateChangedEvent(WorkflowStep step,
Execution execution,
Execution.State newState) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(StepStateChangedHandler handler) |
Event.Type<StepStateChangedHandler> |
getEventType() |
Execution |
getExecution() |
Execution.State |
getNewState() |
WorkflowStep |
getStep() |
public static Event.Type<StepStateChangedHandler> TYPE
public StepStateChangedEvent(WorkflowStep step, Execution execution, Execution.State newState)
public WorkflowStep getStep()
public Execution getExecution()
public Execution.State getNewState()
public Event.Type<StepStateChangedHandler> getEventType()
getEventType
in interface Event<StepStateChangedHandler>
public void dispatch(StepStateChangedHandler handler)
dispatch
in interface Event<StepStateChangedHandler>
Copyright © 2017. All rights reserved.