public interface StepNodeContextListener<NODE,STEP>
| Modifier and Type | Method and Description |
|---|---|
void |
beginContext()
Indicates context begins
|
void |
beginNodeContext(NODE node)
Enter a node context
|
void |
beginStepContext(STEP step)
Enter a step context
|
void |
finishContext()
Indicates context has finished
|
void |
finishNodeContext()
Finish a node context
|
void |
finishStepContext()
finish a step context
|
void beginContext()
void finishContext()
void beginStepContext(STEP step)
step - stepvoid finishStepContext()
void beginNodeContext(NODE node)
node - nodevoid finishNodeContext()