com.bankframe.fe.statemachine.base.apps
Interface IView

All Known Subinterfaces:
IView
All Known Implementing Classes:
AutoView, AutoView, SwingView, View

public interface IView


Method Summary
 void build(RequestContext requestContext, IState currentState)
          Updates the user interface.
 

Method Detail

build

public void build(RequestContext requestContext,
                  IState currentState)
           throws StateMachineUserException
Updates the user interface. This method is called by the statemachine to render the user interface for a given state.

Parameters:
requestContext - the request context for the current request.
currentState - the state to be built.
Throws:
StateMachineUserException - can be thrown if an application exception occurs.


Copyright © 2005, 2007, Oracle. All rights reserved.