SF.net SVN: fclient: [196] trunk/sandbox/fcp/fcp2_0_events.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <ju...@us...> - 2008-02-09 09:35:18
|
Revision: 196 http://fclient.svn.sourceforge.net/fclient/?rev=196&view=rev Author: jurner Date: 2008-02-09 01:35:22 -0800 (Sat, 09 Feb 2008) Log Message: ----------- added request removed event Modified Paths: -------------- trunk/sandbox/fcp/fcp2_0_events.py Modified: trunk/sandbox/fcp/fcp2_0_events.py =================================================================== --- trunk/sandbox/fcp/fcp2_0_events.py 2008-02-09 09:34:57 UTC (rev 195) +++ trunk/sandbox/fcp/fcp2_0_events.py 2008-02-09 09:35:22 UTC (rev 196) @@ -92,6 +92,9 @@ class RequestProgress(events.Event): """A request has made some progress""" + class RequestRemoved(events.Event): + """A request has been removed""" + class RequestRestored(events.Event): """A request has been restored""" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |