Carbide.c++

com.nokia.carbide.cpp.epoc.engine.model.mmp
Interface IMMPModel

All Superinterfaces:
IModel<IMMPView>
All Known Subinterfaces:
IMMPOwnedModel

public interface IMMPModel
extends IModel<IMMPView>

An MMP model. Views created on this model must pass an IMMPViewConfiguration instance to IModel.createView(IViewConfiguration).

See Also:
IMMPViewConfiguration, IViewConfiguration

Method Summary
 
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.model.IModel
addListener, createView, getModelProvider, getPath, getViews, removeListener
 


Carbide.c++