|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataRunnable<Model,Data>
Instantiate this interface and pass to EpocEnginePlugin#runWith...Data() to encapsulate some of the bookkeeping of model/view/data handling.
Method Summary | |
---|---|
java.lang.Object |
failedLoad(CoreException exception)
Called instead of #run() when model loading failed. |
java.lang.Object |
run(Data view)
Run with the view. |
Method Detail |
---|
java.lang.Object run(Data view)
java.lang.Object failedLoad(CoreException exception)
exception
- if not null, the exception thrown (else, the model
doesn't exist)
|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |