Interface MigratingInstanceParseHandler<T>
- 
- All Known Implementing Classes:
- ActivityInstanceHandler,- CompensationInstanceHandler,- IncidentInstanceHandler,- TransitionInstanceHandler
 
 public interface MigratingInstanceParseHandler<T>- Author:
- Thorben Lindhauer
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(MigratingInstanceParseContext parseContext, T element)
 
- 
- 
- 
Method Detail- 
handlevoid handle(MigratingInstanceParseContext parseContext, T element) 
 
- 
 
-