org.eclipse.emf.ecp.ide.view.service
Interface ViewModelEditorCallback

All Known Implementing Classes:
ViewEditorPart

public interface ViewModelEditorCallback

A Callback used to triger a reload of the model.

Author:
Eugen Neufeld

Method Summary
 void reloadViewModel()
          Called by the framework to trigger a view model reload.
 void signalEcoreOutOfSync()
          Called by the framework to signal that the view model's resource has changed since the view model was last loaded.
 

Method Detail

reloadViewModel

void reloadViewModel()
Called by the framework to trigger a view model reload.


signalEcoreOutOfSync

void signalEcoreOutOfSync()
Called by the framework to signal that the view model's resource has changed since the view model was last loaded.



Copyright © 2014. All Rights Reserved.