[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services - event.py:1.4

Steve Alexander steve@cat-box.net
Mon, 27 Jan 2003 13:16:51 -0500


Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv10572/src/zope/app/interfaces/services

Modified Files:
	event.py 
Log Message:
Completed phase 1 of making the event service use queryAdapter rather
than isImplementedBy for getting an ISubscriber to notify and for
getting an ISubscribingAware to make aware of subscriptions.

This is complete for all the interfaces, and for the global event service,
but I still need to write tests and code for the local service.


=== Zope3/src/zope/app/interfaces/services/event.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/interfaces/services/event.py:1.3	Mon Dec 30 09:03:14 2002
+++ Zope3/src/zope/app/interfaces/services/event.py	Mon Jan 27 13:16:17 2003
@@ -28,7 +28,7 @@
 
 class IEventService(ISubscriptionService, IPublisher):
     """Local event service implementation.
-    
+
     Offers the Events and Subscription services.
     """
-    
+