Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Functional interface for Button click listener

Hi,

a while ago I opened a bug provide functional interfaces for the
SelectionListener typed listener. See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441116

In platform UI, I would like to use lambdas for our SWT typed
listeners. I think the most common used listener is SelectionListener,
therefore this is my favorite development. Other listeners could also
follow but I would like to start with the most important one. Our
company also has customers which would like to use lambads for typed
listeners.

Several proposals were discussed in Bug 441116.

Can you SWT team please discuss the different solutions and decide
which one is the best. I'm happy to work on this but I need a
direction from the SWT team.

Alternatively we could provide a wrapper interface in JFace, but I
would prefer to have a solution in SWT.

Best regards, Lars

-- 
Eclipse Platform UI and e4 project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (032) 221739404, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com


Back to the top