| Summary: | Remove DisplayLCA#processAction() | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Rüdiger Herrmann <ruediger.herrmann> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | unspecified | ||||||
| Target Milestone: | 1.4 M7 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Rüdiger Herrmann
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 |