[richfaces-svn-commits] JBoss Rich Faces SVN: r2521 - trunk/framework/api/src/main/java/org/richfaces/event.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 27 14:41:07 EDT 2007


Author: nbelaevski
Date: 2007-08-27 14:41:07 -0400 (Mon, 27 Aug 2007)
New Revision: 2521

Added:
   trunk/framework/api/src/main/java/org/richfaces/event/AjaxExpandedEvent.java
Log:
http://jira.jboss.com/jira/browse/RF-700 fixed, demo application updated

Added: trunk/framework/api/src/main/java/org/richfaces/event/AjaxExpandedEvent.java
===================================================================
--- trunk/framework/api/src/main/java/org/richfaces/event/AjaxExpandedEvent.java	                        (rev 0)
+++ trunk/framework/api/src/main/java/org/richfaces/event/AjaxExpandedEvent.java	2007-08-27 18:41:07 UTC (rev 2521)
@@ -0,0 +1,41 @@
+/**
+ * License Agreement.
+ *
+ *  JBoss RichFaces - Ajax4jsf Component Library
+ *
+ * Copyright (C) 2007  Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+
+package org.richfaces.event;
+
+import javax.faces.component.UIComponent;
+
+/**
+ * 
+ * <br /><br />
+ * 
+ * Created 27.08.2007
+ * @author mikalaj
+ * @since 3.1
+ */
+
+public class AjaxExpandedEvent extends NodeExpandedEvent {
+
+	public AjaxExpandedEvent(UIComponent component) {
+		super(component);
+	}
+
+}




More information about the richfaces-svn-commits mailing list