ftp.nice.ch/pub/next/connectivity/mail/apps/MailCall_original.NIHS.bs.tar.gz#/MailCall/Source/Coordinator.h

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

/*
	Coordinator.h
	by Joe Freeman, David LaVallee
	Subprocess Example, Release 2.0
	NeXT Computer, Inc.

	You may freely copy, distribute and reuse the code in this example.
	NeXT disclaims any warranty of any kind, expressed or implied, as to
	its fitness for any particular use.
*/

#import <objc/Object.h>

@interface Coordinator:Object
{
    id	commandView;
    id	infoPanel;
    id	theSubprocess;
    id	stringTable;
}

- showInfo:sender;

// Subprocess Delegation

- subprocessOutput:(char *)buffer;
- subprocessDone;

// CommandScroll Delegation

- userEntered:(char *)buffer;

// Application Object Delegation

- appDidInit:sender;
- appWillTerminate:sender;

@end

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