[cvs] commit: horde/lib/Notification Listener.php status.php horde/lib/Notification/Listener status.php

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


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

  Added files:
    lib/Notification     Listener.php 
    lib/Notification/Listener status.php 
  Removed files:
    lib/Notification     status.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.9       +0 -60     horde/lib/Notification/Attic/status.php (dead)
  1.1       +67 -0     horde/lib/Notification/Listener.php (new)
  1.1       +71 -0     horde/lib/Notification/Listener/status.php (new)

  Chora Links:
  http://cvs.horde.org/co.php/horde/lib/Notification/Attic/status.php?r=1.8
  http://cvs.horde.org/co.php/horde/lib/Notification/Listener.php?r=1.1
  http://cvs.horde.org/co.php/horde/lib/Notification/Listener/status.php?r=1.1