Author: julien_viet
Date: 2010-01-07 17:07:33 -0500 (Thu, 07 Jan 2010)
New Revision: 1196
Removed:
portal/trunk/webui/core/src/main/java/org/exoplatform/webui/event/EventListenerInterceptor.java
Log:
remove useless class
Deleted:
portal/trunk/webui/core/src/main/java/org/exoplatform/webui/event/EventListenerInterceptor.java
===================================================================
---
portal/trunk/webui/core/src/main/java/org/exoplatform/webui/event/EventListenerInterceptor.java 2010-01-07
13:44:09 UTC (rev 1195)
+++
portal/trunk/webui/core/src/main/java/org/exoplatform/webui/event/EventListenerInterceptor.java 2010-01-07
22:07:33 UTC (rev 1196)
@@ -1,33 +0,0 @@
-/**
- * Copyright (C) 2009 eXo Platform SAS.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software 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 software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
- */
-
-package org.exoplatform.webui.event;
-
-/**
- * Jun 3, 2004
- * @author: Tuan Nguyen
- * @email: tuan08(a)users.sourceforge.net
- * @version: $ID$
- **/
-public interface EventListenerInterceptor
-{
- public void preExecute(Event event) throws Exception;
-
- public void postExecute(Event event) throws Exception;
-}
\ No newline at end of file