public class ProblemInvocationHandler<T>
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
| Constructor and Description |
|---|
ProblemInvocationHandler(java.lang.Class<T> cl,
ProblemEventHandler eh) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
public ProblemInvocationHandler(java.lang.Class<T> cl, ProblemEventHandler eh)