Interface MigratingDependentInstanceParseHandler<S,T>
-
- All Known Implementing Classes:
ActivityInstanceJobHandler
,EventSubscriptionInstanceHandler
,TransitionInstanceJobHandler
,VariableInstanceHandler
public interface MigratingDependentInstanceParseHandler<S,T>
- Author:
- Thorben Lindhauer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(MigratingInstanceParseContext parseContext, S owningInstance, T element)
-
-
-
Method Detail
-
handle
void handle(MigratingInstanceParseContext parseContext, S owningInstance, T element)
-
-