|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAskDialogCallback
Interface which has to be implemented by callback handlers for ask dialogs, i.e. single value request dialogs.
IAskDialog| Field Summary | |
|---|---|
static java.lang.String |
RCS_ID
The internal revision control system id. |
static java.lang.String |
RCS_REV
The internal revision control system id in short form. |
| Method Summary | |
|---|---|
void |
onCancel(IClientContext context)
This method will be invoked, if the user has clicked on the cancel button. |
void |
onOk(IClientContext context,
java.lang.String value)
This method will be invoked, if the user has entered a value and has clicked on the OK button. |
| Field Detail |
|---|
static final java.lang.String RCS_ID
static final java.lang.String RCS_REV
| Method Detail |
|---|
void onOk(IClientContext context,
java.lang.String value)
throws java.lang.Exception
context - The current client contextvalue - The value entered. If no value has been entered, an empty string
will be handed over.
java.lang.Exception
void onCancel(IClientContext context)
throws java.lang.Exception
context - The current client context
java.lang.Exception
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||