|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FunctionListener
Allows interception of functions.
| Method Summary | |
|---|---|
void |
endFunction(java.lang.reflect.Method method,
java.lang.Object result,
java.lang.Throwable error)
Indicates the end of a function call. |
void |
startFunction(ReflectAddin addin,
java.lang.reflect.Method method,
java.lang.Object[] args)
Indicates the start of a function call. |
| Method Detail |
|---|
void startFunction(ReflectAddin addin,
java.lang.reflect.Method method,
java.lang.Object[] args)
addin. - method. - args. -
void endFunction(java.lang.reflect.Method method,
java.lang.Object result,
java.lang.Throwable error)
method. - error - (Optional error).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||