startView abstract method
A view refers to a view/screen/window which is presented to the user at any time. On every opening of a view the method can be called to highlight the current view context of the user. All events happening thereafter can be evaluated in context of that view. When another view was started previously, then this method will stop view monitoring for the previous view and start it for the current view.
Implementation
void startView(String name);