| Methods in edu.cmu.emulator.event that return MethodCall | 
| static MethodCall | MethodCallFarm.newMethodCall(Object targetObj,
              long time,
              Method method)
 | 
| static MethodCall | MethodCallFarm.newMethodCall(Object targetObj,
              long time,
              Method method,
              Object[] args,
              Class[] argClasses)
 | 
| static MethodCall | MethodCallFarm.newMethodCall(Object targetObj,
              long time,
              Method method,
              Object arg0,
              Class[] argClasses)
 | 
| static MethodCall | MethodCallFarm.newMethodCall(Object targetObj,
              long time,
              Method method,
              Object arg0,
              Object arg1,
              Class[] argClasses)
 | 
| static MethodCall | MethodCallFarm.newMethodCall(Object targetObj,
              long time,
              Method method,
              Object arg0,
              Object arg1,
              Object arg2,
              Class[] argClasses)
 | 
| static MethodCall | MethodCallFarm.newMethodCall(Object targetObj,
              long time,
              Method method,
              Object arg0,
              Object arg1,
              Object arg2,
              Object arg3,
              Class[] argClasses)
 | 
| static MethodCall | MethodCallFarm.newMethodCall(Object targetObj,
              long time,
              String methodName,
              Object[] args)
 |