home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Headers / machkit / senderIsInvalid.h < prev   
Text File  |  1991-12-07  |  272b  |  15 lines

  1. /*
  2.  * NXSenderIsInvalid Protocols
  3.  * Copyright 1991, NeXT Computer, Inc.
  4.  */
  5.  
  6. #import <objc/Object.h>
  7.  
  8. // This protocol is implemented by objects that wish to be
  9. // informed of the invalidation of other objects
  10.  
  11. @protocol NXSenderIsInvalid
  12. - senderIsInvalid:sender;
  13. @end
  14.  
  15.