|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemPageCompleteListener
This is used in forms that are used within dialogs and pages, and
specifically with SystemBaseForm
.
It allows the dialog or page to be called back when the form code calls
setPageComplete, a method within the form class. This way the diaog or
page can themselves call their own setPageComplete method.
Method Summary | |
---|---|
void |
setPageComplete(boolean complete)
The callback method. |
Method Detail |
---|
void setPageComplete(boolean complete)
complete
- complete indicator as set by the callerSystemBaseForm.addPageCompleteListener(ISystemPageCompleteListener)
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |