Class DebounceAdvice
- java.lang.Object
-
- me.insidezhou.southernquiet.debounce.DebounceAdvice
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class DebounceAdvice extends java.lang.Object implements org.aopalliance.intercept.MethodInterceptor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDebounceAdvice.EvaluationRootstatic classDebounceAdvice.NameEvaluator
-
Constructor Summary
Constructors Constructor Description DebounceAdvice(org.springframework.beans.factory.BeanFactory beanFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitOnceBeforeWork()java.lang.Objectinvoke(org.aopalliance.intercept.MethodInvocation invocation)
-