home *** CD-ROM | disk | FTP | other *** search
Java Source | 1998-03-05 | 346 b | 16 lines |
- //
- // (c) 1997 Microsoft Corporation. All rights reserved.
- //
- import com.ms.ui.*;
-
- public interface LCCallbacks
- {
- public void invokeWizard();
- public int getID(IUIWizardStep step);
- public int getCalc();
- public void setCalc(int id);
- public void processPV();
- public boolean isValidNumper();
- public boolean isValidPayment();
- }
-