Bug 579050 - Add empty default implementations for all multi-method listeners
Summary: Add empty default implementations for all multi-method listeners
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.23   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-02 04:17 EST by Thomas Singer CLA
Modified: 2022-03-02 04:17 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Singer CLA 2022-03-02 04:17:34 EST
E.g. for org.eclipse.swt.custom.TextChangeListener, so implementing methods only need to override methods that actually are needed.

Same could apply for, e.g., DragSourceListener making DragSourceAdapter deprecated.