(String args, Child.EventReceiver receiver)
| 30 | protected String[] mEnv = null; |
| 31 | |
| 32 | public int run(String args, Child.EventReceiver receiver) throws InterruptedException, ChildManager.ChildDiedException, ChildManager.ChildNotStartedException { |
| 33 | return ChildManager.wait(async(args, receiver)); |
| 34 | } |
| 35 | |
| 36 | public int run(Child.EventReceiver receiver) throws InterruptedException, ChildManager.ChildDiedException, ChildManager.ChildNotStartedException { |
| 37 | return run(null, receiver); |