[Fusionforge-commits] r9267 - in trunk/gforge/common: . event

Christian Bayle cbayle at libremir.placard.fr.eu.org
Mon Mar 29 10:01:04 CEST 2010


Author: cbayle
Date: 2010-03-29 10:01:04 +0200 (Mon, 29 Mar 2010)
New Revision: 9267

Added:
   trunk/gforge/common/event/
   trunk/gforge/common/event/Event.class.php
Log:
Add Codendi event glue


Added: trunk/gforge/common/event/Event.class.php
===================================================================
--- trunk/gforge/common/event/Event.class.php	                        (rev 0)
+++ trunk/gforge/common/event/Event.class.php	2010-03-29 08:01:04 UTC (rev 9267)
@@ -0,0 +1,30 @@
+<?php
+/**
+ * Copyright (c) Xerox Corporation, Codendi Team, 2001-2009. All rights reserved
+ *
+ * This file is a part of Codendi.
+ *
+ * Codendi is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * Codendi is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Codendi. If not, see <http://www.gnu.org/licenses/>.
+ */
+class Event {
+   
+    /**
+     * Use this event to get the class name of an external event type (plugins)
+     * see git plugin for implementation example
+     */
+     const GET_SYSTEM_EVENT_CLASS = 'get_system_event_class';
+     
+   
+}
+?>




More information about the Fusionforge-commits mailing list