org.freecompany.util.multicaster
public class InvocationLogger extends Object implements InvocationHandler
| Field Summary | |
|---|---|
| protected LoggerNotification | notifier |
| Constructor Summary | |
|---|---|
| InvocationLogger(Class<?> clazz) | |
| Method Summary | |
|---|---|
| Object | invoke(Object proxy, Method method, Object[] args) |
| static <T> T | newInstance(Class<T> clazz) |