RePast
v. 2.0

uchicago.src.reflector
Class LongArgInvoker

java.lang.Object
  |
  +--uchicago.src.reflector.Invoker
        |
        +--uchicago.src.reflector.LongArgInvoker

public class LongArgInvoker
extends Invoker


Constructor Summary
LongArgInvoker(Object o, Method m, String param)
           
 
Method Summary
protected  void check()
           
protected  void invoke()
           
 
Methods inherited from class uchicago.src.reflector.Invoker
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongArgInvoker

public LongArgInvoker(Object o,
                      Method m,
                      String param)
Method Detail

check

protected void check()
              throws InvokerException
Overrides:
check in class Invoker
InvokerException

invoke

protected void invoke()
               throws InvocationTargetException,
                      IllegalAccessException
Specified by:
invoke in class Invoker
InvocationTargetException
IllegalAccessException

RePast
v. 2.0

Bug reports and feature requests to RePast