public interface GraphInstanceEventListener
GraphInstance.| Modifier and Type | Method and Description |
|---|---|
void |
onAborted(GraphInstance instance)
Called after a graph instance was aborted
|
void |
onAborting(GraphInstance instance)
Called before a graph instance is aborted
|
void |
onCompleted(GraphInstance instance)
Called after a graph instance's execution completed
|
void |
onCreated(GraphInstance instance)
Called after a new graph instance was created
|
void |
onStarted(GraphInstance instance)
Called after a graph instance was started.
|
void onCreated(GraphInstance instance)
instance - the newly created instancevoid onStarted(GraphInstance instance)
instance - the started instancevoid onAborting(GraphInstance instance)
instance - the instance being abortedvoid onAborted(GraphInstance instance)
instance - the aborted instancevoid onCompleted(GraphInstance instance)
instance - the completed instanceCopyright © 2018. All rights reserved.