Interface MigratingDependentInstanceParseHandler<S,T>
- All Known Implementing Classes:
ActivityInstanceJobHandler
,EventSubscriptionInstanceHandler
,TransitionInstanceJobHandler
,VariableInstanceHandler
public interface MigratingDependentInstanceParseHandler<S,T>
- Author:
- Thorben Lindhauer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(MigratingInstanceParseContext parseContext, S owningInstance, T element)
-
Method Details
-
handle
-