home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Enterprise Objects Framework 1.1
/
NeXT Enterprise Objects Framework 1.1.iso
/
NextDeveloper
/
Examples
/
EnterpriseObjects
/
Validation
/
AppController.h
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
|
1995-02-17
|
183 b
|
14 lines
#import <appkit/appkit.h>
#import "ValidatingDelegate.h"
@interface AppController:ValidatingDelegate
{
id controller;
}
- validatesOnChange:sender;
- saveChanges:sender;
@end