All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.swingfrog.summer.proxy.ProxyMethodInterceptor Maven / Gradle / Ivy

There is a newer version: 1.1.18
Show newest version
package com.swingfrog.summer.proxy;

import java.lang.reflect.Method;

public interface ProxyMethodInterceptor {

	Object intercept(Object obj, Method method, Object[] args) throws Throwable;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy