|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FunctionCallback
The FunctionCallback interface should be implemented by functions that want to delegate exception reporting to a helper class.
Method Summary | |
---|---|
Object |
execute(Object target)
Callback method execute by helper classes. |
Method Detail |
---|
Object execute(Object target) throws Exception
Callback method execute by helper classes.
target
- the target object
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |