public interface ViewModelService
ViewModelContext
is
responsible for managing the lifecycle of all attached services. This is important, so that no service tries to do
something while the model is not the current one anymore.Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose.
|
int |
getPriority()
Returns the priority for this view service.
|
void |
instantiate(ViewModelContext context)
Instantiate the view service.
|
void instantiate(ViewModelContext context)
context
- the ViewModelContext
void dispose()
int getPriority()
Copyright © 2019. All rights reserved.