Community
Participate
Working Groups
This method is unused since event processing is done in the LifeCycle implementation. It should be removed along with its counterpart on the IDisplayLifeCycleAdapter interface.
Created attachment 192452 [details] Proposed changes * Removes the DisplayLCA#processAction() method * For completeness, it changes the implementation of ProcessAction#execute() in that it processes all events by using Display#readAndDispatch() Note: this code is currently never executed as the PROCESS_ACTION phase is Interruptible (i.e. executes application code) * Usage of DisplayLCA#processAction() in the test fixture was also changed in that it processes all events with Display#readandDispatch()
Committed the changes to CVS HEAD