[cvs] commit: horde/lib Notification.php

Chuck Hagenbuch chuck@horde.org
Thu, 6 Jun 2002 13:51:23 -0700 (PDT)


chuck       2002/06/06 13:51:23 PDT

  Modified files:
    lib                  Notification.php 
  Log:
  some updates to the notification system:
  
  - there is now a Notification_Listener class that all listeners must extend.
  - Listeners are only passed messages with types that they can handle.
  - simplify session code by using $_SESSION
  - some minor cleanups.
  
  This doesn't affect the code using the API, just classes that extended it. It's
  mostly internal reorganization intended to make it easier to use the Notification
  system for other things.
  
  Revision  Changes    Path
  1.11      +16 -28    horde/lib/Notification.php

  Chora Links:
  http://cvs.horde.org/diff.php/horde/lib/Notification.php?r1=1.10&r2=1.11&ty=u