Package org.wicketstuff.minis.model
Class FutureModel<T>
- java.lang.Object
-
- org.wicketstuff.minis.model.FutureModel<T>
-
- All Implemented Interfaces:
Serializable,IDetachable,IModel<T>,IClusterable
public class FutureModel<T> extends Object implements IModel<T>
A read-only model implementation that retrieves the model object from aFutureobject. This is useful when retrieving data from slow back-ends asynchronously before the synchronous rendering of the Wicket components happens.- Author:
- Sebastian Thomschke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FutureModel(Future<T> future)
-