| Summary: | The constructor TypedEvent( Object ) is missing | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ivan Furnadjiev <ivan> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.3 | ||
| Target Milestone: | 1.3 M6 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 303731 | ||
Fixed in CVS HEAD. Mark as fixed. |
The constructor TypedEvent( Object ) is missing in RWT. Should look like this: public TypedEvent(Object object) { this(object, SWT.None); }