home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / RZToDoList / Source / ToDoNotifications.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  529 b   |  19 lines

  1. /* 
  2.  * ToDoNotificiations - protocol defining messages sent to objects
  3.  * registered with the ToDoServer
  4.  *
  5.  * You may freely copy, distribute and reuse the code in this example.
  6.  * This code is provided AS IS without warranty of any kind, expressed 
  7.  * or implied, as to its fitness for any particular use.
  8.  *
  9.  * Copyright 1995 Ralph Zazula (rzazula@next.com).  All Rights Reserved.
  10.  *
  11.  */
  12.  
  13. @protocol ToDoNotifications
  14. - itemWasAdded:anItem;
  15. - itemWasRemoved:anItem;
  16. - itemsWereAdded:itemList;
  17. - itemsWereRemoved:itemList;
  18. @end
  19.