init(SmappStateProcessingAction) method

Allow the subclass to perform all the necessary initialization including constructing the menu list.

Syntax

abstract SmappState init ( SmappStateProcessingAction action ) throws DBException

Parameters

Returns

follow-up transition, if necessary. In the normal circumstances, null will be returned. Otherwise, the processing will be interrupted by this follow-up transition.

Exceptions

Usage

Typically initialization includes: getting the menu list from the datasource, such as web service.

follow-up transition, if necessary. In the normal circumstances, null will be returned. Otherwise, the processing will be interrupted by this follow-up transition.