org.gwe.api.event
Class EventLoggerAdvice

java.lang.Object
  extended by org.gwe.api.event.EventLoggerAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.springframework.aop.BeforeAdvice, org.springframework.aop.MethodBeforeAdvice

public class EventLoggerAdvice
extends java.lang.Object
implements org.springframework.aop.MethodBeforeAdvice

Since:
Oct 5, 2007
Author:
Marco Ruiz

Constructor Summary
EventLoggerAdvice()
           
 
Method Summary
 void before(java.lang.reflect.Method method, java.lang.Object[] args, java.lang.Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventLoggerAdvice

public EventLoggerAdvice()
Method Detail

before

public void before(java.lang.reflect.Method method,
                   java.lang.Object[] args,
                   java.lang.Object target)
            throws java.lang.Throwable
Specified by:
before in interface org.springframework.aop.MethodBeforeAdvice
Throws:
java.lang.Throwable


Copyright © 2007-2009. All Rights Reserved.