ak.obj
Interface ObjDlgIF
- public abstract interface ObjDlgIF
In order to use Client-GUI an application-object
should implement this interface
- Version:
- 1.1 Copyright(c)Alexej Kupin
- Author:
- Alexej Kupin (05.05.2000)
Method Summary |
boolean |
Execute()
Execution of the cmd.
|
java.lang.String |
GetOutput()
GetOutput returns error-string or
the real output-string. |
boolean |
SetInput(java.util.Vector Param)
Setting of the cmd and parameters:
The Vector Parameter look like:
[module-name],[action-name],[par-value]*x
parameters are ordered the same way
as in the ini-file.
|
SetInput
public boolean SetInput(java.util.Vector Param)
- Setting of the cmd and parameters:
The Vector Parameter look like:
[module-name],[action-name],[par-value]*x
parameters are ordered the same way
as in the ini-file.
If method returns false: the GUI
will ask (GetOutput) for error-text
Execute
public boolean Execute()
- Execution of the cmd.
If method returns false: the GUI
will ask (GetOutput for error-text)
If method returns true: the GUI
will ask (GetOutput) for output-text
GetOutput
public java.lang.String GetOutput()
- GetOutput returns error-string or
the real output-string.