Community
Participate
Working Groups
Investigate how Display#sleep() and #wake() should react when running with a threadless life cycle.
Display#wake() is unaffected by the threadless life cycle. The actual implementation of sleep() has been moved to LifeCycle and Display#sleep() now just delegates to the sleep() method of the current life cycle implementation. The threadless lifecycle, however throws an UnsupportedOperationException. Changes are in CVS HEAD