ftp.nice.ch/pub/next/developer/objc/threads/ThreadedApp.1.0.s.tar.gz#/ThreadedApp-1.0/ThreadTest.m

This is ThreadTest.m in view mode; [Download] [Up]

/*
 *  ThreadTest  application controller.
 */

#import <appkit/appkit.h>
#import "ThreadTest.h"
#import "Counter.h"

@implementation ThreadTest : Object

- newTest:sender
{
    [[Counter alloc] init];
    return self;
}

- kill:sender
{
    [[NXApp mainWindow] performClose:self];
    return self;
}

@end

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