|
Carbide.c++ | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IViewRunnable<Model,View>
Instantiate this interface and pass to EpocEnginePlugin#runWith...View() to encapsulate some of the bookkeeping of model/view handling.
| Method Summary | |
|---|---|
java.lang.Object |
failedLoad(CoreException exception)
Called instead of #run() when model loading failed. |
java.lang.Object |
run(View view)
Run with the view. |
| Method Detail |
|---|
java.lang.Object run(View 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 | |||||||||