Interface IDeferredModelLoader<M extends IModel>
-
- Type Parameters:
M- the model type
- All Known Implementing Classes:
ModelTranslator.Result
public interface IDeferredModelLoader<M extends IModel>Allows deferred loading of models, which require that functionality.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcompleteLoading()Completes loading in a deferred manner.
-