Class LoggingInterceptor
java.lang.Object
org.knowm.xchange.examples.interceptor.LoggingInterceptor
- All Implemented Interfaces:
si.mazi.rescu.Interceptor
public class LoggingInterceptor extends Object implements si.mazi.rescu.Interceptor
-
Constructor Summary
Constructors Constructor Description LoggingInterceptor() -
Method Summary
Modifier and Type Method Description ObjectaroundInvoke(InvocationHandler invocationHandler, Object proxy, Method method, Object[] args)
-
Constructor Details
-
LoggingInterceptor
public LoggingInterceptor()
-
-
Method Details