com.bankframe.fe.statemachine.ext.connectors.swing
Interface ViewContainer

All Known Implementing Classes:
StateMachineApplet

public interface ViewContainer


Method Summary
 void displayError(java.lang.Exception ex)
          Display the given exception if necessary.
 void displayView(IView view)
          Display the given View in this container.
 

Method Detail

displayView

public void displayView(IView view)
Display the given View in this container.

Parameters:
view - The View to display.

displayError

public void displayError(java.lang.Exception ex)
Display the given exception if necessary.

Parameters:
ex - Exception


Copyright © 2005 Siebel Systems, Inc. All rights reserved.