Community
Participate
Working Groups
Reproduce: Event event = new Event(); event.data = ... notifyListeners( SWT.MouseDown, event ); Typed listeners will get null event.data. See also bug 331082 (fixed for SelectionEvent). This issue seems to exist for other typed events as well. I think the correct solution is to call super( Event ) in the ( Event )-constructors of all typed events.
Fixed in CVS HEAD.