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
-
getOutput()
- Returns the Output of the dialog
-
succeeds()
- Return true if the user operation on the dialog succeeds
getOutput
public abstract JIPTerm getOutput()
- Returns the Output of the dialog
succeeds
public abstract boolean succeeds()
- Return true if the user operation on the dialog succeeds
All Packages Class Hierarchy This Package Previous Next Index