ftp.nice.ch/pub/next/developer/objc/api/QuestorAPI.3.2.s.tar.gz#/Questor_API/Feeders/Source/FeedDemo.folder/FeedDemo/FD_AppDelegate.h

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

//
//	Xanthus
//	Copyright (c) 1992, 1993, 1994 Xanthus International AB.  
//	All rights reserved. 
//

#import "app.h"

@interface FD_AppDelegate:Object <FeedDemoProtocol, NXSenderIsInvalid>
{
	id	theVariables;
	id	theValues;
	id	theWindow;
	
	id	theClients;	
}

- findValueCellForVariable: (const char *)name;
- startServer;
- reportError: (const char * ) format, ...;

- valueChanged:sender;
- variableChanged:sender;

- debug:sender;

@end

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