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:
Text File  |  1995-02-17  |  183 b   |  14 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. #import "ValidatingDelegate.h"
  5.  
  6. @interface AppController:ValidatingDelegate
  7. {
  8.     id controller;
  9. }
  10.  
  11. - validatesOnChange:sender;
  12. - saveChanges:sender;
  13. @end
  14.