This is Reporter.h in view mode; [Download] [Up]
/* Run a command with output to a text object */
#import <objc/Object.h>
@interface Reporter:Object
{
id process;
id text;
char *command;
char *outputBuffer;
}
/* normal interface */
- refresh:(id)sender;
- setCommand:(char *)cmd andCopy:(BOOL)yesno;
- setCommand:(char *)cmd;
- (char*)command;
- setText:(id)txt;
- text;
/* Subprocess Delegation */
- subprocessOutput:(char *)buffer;
- subprocessDone;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.