Uses of Interface
net.vidageek.mirror.invoke.dsl.MethodHandler

Packages that use MethodHandler
net.vidageek.mirror.invoke   
net.vidageek.mirror.invoke.dsl   
 

Uses of MethodHandler in net.vidageek.mirror.invoke
 

Classes in net.vidageek.mirror.invoke that implement MethodHandler
 class MethodHandlerByMethod
          This class is responsible for invoking a method using its instance.
 class MethodHandlerByName
          Class responsible for invoking methods using is name and arguments.
 

Methods in net.vidageek.mirror.invoke that return MethodHandler
 MethodHandler DefaultInvocationHandler.method(Method method)
           
 MethodHandler DefaultInvocationHandler.method(String methodName)
           
 

Uses of MethodHandler in net.vidageek.mirror.invoke.dsl
 

Methods in net.vidageek.mirror.invoke.dsl that return MethodHandler
 MethodHandler InvocationHandler.method(Method method)
          Use this method to invoke a method using its instance.
 MethodHandler InvocationHandler.method(String methodName)
          Use this method to invoke a method by its name.
 



Copyright © 2011 VidaGeek.net. All Rights Reserved.