public interface GlobalViewModelService extends ViewModelService
Modifier and Type | Method and Description |
---|---|
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. |
dispose, getPriority, instantiate
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.Copyright © 2016. All rights reserved.