All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JIP.engine.JIPDialog

public interface JIPDialog
JIPDialog is the interface to write custom dialogs for JIP

Version:
4.x.x Home Page : http:\\www.geocities.com\jiprolog
Author:
Ugo Chirico 2000

See Also:
JIPTerm

Method Index

 o getOutput()
Returns the Output of the dialog
 o succeeds()
Return true if the user operation on the dialog succeeds

Methods

 o getOutput
 public abstract JIPTerm getOutput()
Returns the Output of the dialog

 o succeeds
 public abstract boolean succeeds()
Return true if the user operation on the dialog succeeds


All Packages  Class Hierarchy  This Package  Previous  Next  Index