ftp.nice.ch/pub/next/connectivity/news/Alexandra.0.82.s.tar.gz#/alex8/AMGErrorHandling.subproj/EMErrorObserver.h

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

#import <objc/Object.h>
#import "dispatcher.h"

@interface EMErrorObserver:Object <EMErrorDispatcher>
	{
	id		observer;
	SEL		selector;
	BOOL	wantsInfoObject;
	}

- initWith:anObj andSelector:(SEL)aSel;
- free;

- setObserver:anObj andSelector:(SEL)aSel;
- observer;
- (SEL)selector;

@end

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