Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14898/src

Modified Files:
        event.py 
Log Message:
add function to set the handler

Index: event.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/event.py,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** event.py    15 Jul 2005 20:40:44 -0000      1.60
--- event.py    16 Jul 2005 08:56:07 -0000      1.61
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.61  2005/07/16 08:56:07  dischi
+ # add function to set the handler
+ #
  # Revision 1.60  2005/07/15 20:40:44  dischi
  # base Event on kaa.notifier.Event
***************
*** 112,116 ****
              self.handler = handler
  
!             
      def __int__(self):
          """
--- 115,126 ----
              self.handler = handler
  
! 
!     def set_handler(self, handler):
!         """
!         Set a specific handler for the event.
!         """
!         self.handler = handler
! 
!         
      def __int__(self):
          """



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to