Uses of Interface
de.xima.fc.workflow.mixin.IPluginWhileLoopNodeHandler
-
Packages that use IPluginWhileLoopNodeHandler Package Description de.xima.fc.workflow.mixin -
-
Uses of IPluginWhileLoopNodeHandler in de.xima.fc.workflow.mixin
Classes in de.xima.fc.workflow.mixin that implement IPluginWhileLoopNodeHandler Modifier and Type Class Description class
APluginWhileLoopNodeHandler<TData extends BaseWhileLoopProps,TState extends IWorkflowLoopDataProviding>
Abstract base class meant forIPluginWorkflowNode
plugins that only wish to provide a while loop with a custom test.
-