|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GlobalViewModelService
A ViewModelService which is instantiated only in the root context.
Method Summary | |
---|---|
void |
childViewModelContextAdded(ViewModelContext childContext)
This method is called whenever a new ViewModelContext is added as a child context to the root
ViewModelContext this GlobalViewModelService belongs to. |
Methods inherited from interface org.eclipse.emf.ecp.view.spi.context.ViewModelService |
---|
dispose, getPriority, instantiate |
Method Detail |
---|
void childViewModelContextAdded(ViewModelContext childContext)
ViewModelContext
is added as a child context to the root
ViewModelContext
this GlobalViewModelService
belongs to.
childContext
- The ViewModelContext
that was added.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |