home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Internet
/
News
/
Alexandra.0.82
/
Source
/
AMGErrorHandling.subproj
/
EMErrorObserver.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-30
|
291 b
|
20 lines
#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