com.jeta.open.gui.framework
Interface JETADialogListener


public interface JETADialogListener

This interface defines a listener for the JETADialog. A caller can set the listener on the dialog. This lister will be called when the user presses Ok. The dialog can then provide handling for the dialog in response to the Ok button.


Method Summary
 boolean cmdOk()
          this method gets called when the user presses Ok.
 

Method Detail

cmdOk

boolean cmdOk()
this method gets called when the user presses Ok. If false is returned, the dialog remains on the screen. This indicates an error condition due to some user input values. If true is returned, the dialog is closed normally.



Copyright © 2005-2007 Jeff Tassin & Todd Viegut. All Rights Reserved.