Object getResult()

Returns the result of running either run() or run(Object). It can only be called after one of the two methods has completed execution. If called before then it will return null. If called after execution it will return the same value as returned by run() or run(Object)



David Goodwin 2008-10-21