public class FlowEvent<T> extends java.lang.Object
FlowEvent()
static <T> FlowEvent<T>
of(FlowState state)
of(FlowState flowState, T data)
ofAbort()
ofCanceling()
ofFail()
ofPending()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FlowEvent()
public static <T> FlowEvent<T> of(FlowState flowState, T data)
public static <T> FlowEvent<T> of(FlowState state)
public static <T> FlowEvent<T> ofPending()
public static <T> FlowEvent<T> ofCanceling()
public static <T> FlowEvent<T> ofFail()
public static <T> FlowEvent<T> ofAbort()