Packageorg.pranaframework.utils
Classpublic class TypedProxy



Public Methods
 MethodDefined by
  
TypedProxy
  
newProxyInstance(clazz:Class, handler:IInvocationHandler):*
[static]
TypedProxy
Constructor detail
TypedProxy()constructor
public function TypedProxy()
Method detail
newProxyInstance()method
public static function newProxyInstance(clazz:Class, handler:IInvocationHandler):*Parameters
clazz:Class
 
handler:IInvocationHandler

Returns
*