Interface Summary |
IBldInfDataRunnable |
Instantiate this interface and pass to EpocEnginePlugin#runWithMMPData()
to encapsulate some of the bookkeeping of model/view handling. |
IBldInfViewRunnable |
Instantiate this interface and pass to EpocEnginePlugin#runWithBldInfView()
to encapsulate some of the bookkeeping of model/view handling. |
IBSFViewRunnable |
Instantiate this interface and pass to EpocEnginePlugin#runWithBSFView()
to encapsulate some of the bookkeeping of model/view handling. |
IDataRunnable<Model,Data> |
Instantiate this interface and pass to EpocEnginePlugin#runWith...Data()
to encapsulate some of the bookkeeping of model/view/data handling. |
IImageMakefileDataRunnable |
Instantiate this interface and pass to EpocEnginePlugin#runWithImageMakefileData()
to encapsulate some of the bookkeeping of model/view handling. |
IImageMakefileViewRunnable |
Instantiate this interface and pass to EpocEnginePlugin#runWithImageMakefileView()
to encapsulate some of the bookkeeping of model/view handling. |
IMMPDataRunnable |
Instantiate this interface and pass to EpocEnginePlugin#runWithMMPData()
to encapsulate some of the bookkeeping of model/view handling. |
IMMPViewRunnable |
Instantiate this interface and pass to EpocEnginePlugin#runWithMMPView()
to encapsulate some of the bookkeeping of model/view handling. |
IPKGViewRunnable |
Instantiate this interface and pass to EpocEnginePlugin#runWithPKGView()
to encapsulate some of the bookkeeping of model/view handling. |
IViewRunnable<Model,View> |
Instantiate this interface and pass to EpocEnginePlugin#runWith...View()
to encapsulate some of the bookkeeping of model/view handling. |