public class ReplayLog extends Object
| Constructor and Description |
|---|
ReplayLog(Object target,
Method method,
Object[] args) |
public Method getMethod()
public void setMethod(Method method)
method - the method to setpublic Object[] getArgs()
public void setArgs(Object[] args)
args - the args to setpublic Object getTarget()
public void setTarget(Object target)
target - the target to setpublic String toString()
toString in class ObjectObject.toString()Copyright © 2009-2013 JolBox. All Rights Reserved.