public interface IView<VM extends IViewModel>
MVVM.| Modifier and Type | Method and Description |
|---|---|
void |
bindActive(VM viewModel)
Binds
IViewModel.active() property from the receiver. |
VM |
getViewModel() |
VM getViewModel()
void bindActive(VM viewModel)
IViewModel.active() property from the receiver.