Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui
Interface ISystemPageCompleteListener

All Known Implementing Classes:
SystemChangeFilterDialog, SystemChangeFilterPropertyPage, SystemSelectConnectionDialog

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

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

See Also:
{@link SystemBaseForm#addPageCompleteListener(ISystemPageCompleteListener)}

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.