ftp.nice.ch/pub/next/tools/frontends/CommandMon.NIHS.bs.tar.gz#/CommandMon/source/Indicator.h

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

/* by Jason Beaver */

#import <objc/Object.h>
#import <dpsclient/dpsclient.h>
#import <appkit/View.h>

@interface Indicator:View
{
	BOOL on;
	DPSTimedEntry timer;
}
- initFrame:(NXRect *)frameRect;
- drawSelf:(NXRect *)rects :(int)count;
- flash;
- turnOff;
@end

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