home *** CD-ROM | disk | FTP | other *** search
Java Source | 1999-03-17 | 363 b | 16 lines |
- //
- // (C) Copyright 1995 - 1999 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();
- }
-