Carbide.c++

com.nokia.carbide.cpp.epoc.engine.model
Interface IModelListener


public interface IModelListener

This listener provides notifications of notable changes to the model.


Method Summary
 void modelChanged(IOwnedModel model)
          Called when underlying source and DOM have changed with unknown deltas (e.g. external text edits, CVS checkout, direct document manipulation, etc)
 void modelUpdated(IOwnedModel model, IView view)
          Called when underlying source and DOM have changed due to view commits
 

Method Detail

modelUpdated

void modelUpdated(IOwnedModel model,
                  IView view)
Called when underlying source and DOM have changed due to view commits


modelChanged

void modelChanged(IOwnedModel model)
Called when underlying source and DOM have changed with unknown deltas (e.g. external text edits, CVS checkout, direct document manipulation, etc)


Carbide.c++