org.opensubsystems.core.application
Interface ThickClientDialogGui

All Known Implementing Classes:
SWTThickClientDialogGuiImpl

public interface ThickClientDialogGui

Interface to abstrat GUI portion of dialog implementation. Each dialog should have a gui portion and business logic portion to separate the different logical layers.

Version:
$Id: ThickClientDialogGui.java,v 1.5 2007/01/07 06:14:39 bastafidli Exp $
Author:
Miro Halas
Code reviewer:
Miro Halas
Code reviewed:
1.3 2006/02/16 04:30:12 bastafidli

Method Summary
 java.lang.Object displayMessage(java.lang.String strTitle, java.lang.String strMessage, java.lang.Object additionalInfo)
          Display message to the user.
 

Method Detail

displayMessage

java.lang.Object displayMessage(java.lang.String strTitle,
                                java.lang.String strMessage,
                                java.lang.Object additionalInfo)
Display message to the user.

Parameters:
strTitle - - title of the message, look at MESSAGE_TITLE_XXX constants in ThickClienGui interface
strMessage - - message to display
additionalInfo - - additional information to pass in, this may be implementation specific, look at MESSAGE_STYLE_XXX constants in ThickClienGui interface
Returns:
Object - result of the message, this may be implementation specific


Copyright © 2003 - 2006 OpenSubsystems s.r.o.