Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 303752

Summary: The constructor TypedEvent( Object ) is missing
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: 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    

Description Ivan Furnadjiev CLA 2010-02-24 08:43:49 EST
The constructor TypedEvent( Object ) is missing in RWT. Should look like this:
public TypedEvent(Object object) {
	this(object, SWT.None);
}
Comment 1 Ivan Furnadjiev CLA 2010-02-24 08:55:08 EST
Fixed in CVS HEAD.
Comment 2 Ivan Furnadjiev CLA 2010-02-24 08:55:41 EST
Mark as fixed.