Package gw.lang.reflect
Interface IMethodCallHandler
-
- All Known Implementing Classes:
DynamicMethodInfo
,MethodCallAdapter
public interface IMethodCallHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
handleCall(Object ctx, Object... args)
-