Community
Participate
Working Groups
RWT#requestThreadExec was introduced to pass on code from the UIThread to the request thread for execution. While with the threadless lifecycle active it shouldn't be neccessary to use this method at all, it should retain its functionality.
Introduced abstract method requestThreadExec() on LifeCycle. The threadless lifecycle implements this method in that it executes the runnable on the current thread as UIThread and request-thread are one and the same RWT#requestThreadExec() now obtains a LifeCycle-casted life cycle from the LifeCycleFactory and invokes requestThreadExec(). Changes are in CVS HEAD