|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewModelService
The AbstractViewService is a common super type for all View Services. This way the 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.
Method Summary | |
---|---|
void |
dispose()
Dispose. |
int |
getPriority()
Returns the priority for this view service. |
void |
instantiate(ViewModelContext context)
Instantiate the view service. |
Method Detail |
---|
void instantiate(ViewModelContext context)
context
- the ViewModelContext
void dispose()
int getPriority()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |