RSE
Release 3.4

org.eclipse.rse.ui
Interface ISystemPageCompleteListener

All Known Implementing Classes:
SystemChangeFilterDialog, SystemChangeFilterPropertyPage

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

setPageComplete

void setPageComplete(boolean complete)
The callback method. This is called whenever setPageComplete is called by the form code.

Parameters:
complete - complete indicator as set by the caller
See Also:
SystemBaseForm.addPageCompleteListener(ISystemPageCompleteListener)

RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.