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

All Known Implementing Classes:
StateMachineApplet

public interface ViewContainer


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

Method Detail

displayView

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

Parameters:
view - The View to display.

displayError

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

Parameters:
ex - Exception


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