doContinue()

The method is called when clicking the btn_action button of the wincc_oa_path/panels/vision/login.pnl. The state is transitioned to the next state and the action method of the child panel is executed. Note that you only have to call the method in your implementation of the LoginFrameworkChildView class. The status is automatically set to the next state.

Synopsis

public void doContinue();

Return Value

-

Assignment

Login Framework classes

See also

startLogin(), LoginFrameworkChildView()