ftp.nice.ch/Attic/openStep/developer/examples/DevelopingBusinessApps.m.NIS.bs.tgz#/DevelopingBusinessApps.m.NIS.bs/PayPerView/OrderController.h

This is OrderController.h in view mode; [Download] [Up]

#import <AppKit/AppKit.h>

@class ProgramController;

@interface OrderController : NSObject
{
    id programController;
   
    id orderPanel;

    // text fields in the Order panel
    id orderTitleField;
    id orderChannelField;
    id orderDateField;
    id orderCostField;

    id buyerNameField;
    id creditCardField;
}

- (void)prepareOrder:(id)sender;
- (void)cancelClicked:(id)sender;
- (void)okClicked:(id)sender;
- (void)cancelOrder;
- (void)confirmOrder;
- (BOOL)verifyCreditCard;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.