Carbide.c++

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

All Superinterfaces:
IMMPModel, IModel<IMMPView>, IOwnedModel<IMMPView>

public interface IMMPOwnedModel
extends IMMPModel, IOwnedModel<IMMPView>

The owner interface to 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
 
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.model.IOwnedModel
dispose, getDocument, getDocument, getDocumentMap, parse, setDocument, setDocument, setModelProvider
 
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.model.IModel
addListener, createView, getModelProvider, getPath, getViews, removeListener
 


Carbide.c++