Skip to main content

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

Hi Lakshmi,

maybe my email was not very clear, sorry for this.

I think the SWT team must discuss and decide which way Bug 441116
should be solved. I personally like splitting the interface but as you
said the SWT team had some concerns.

So my request here is to the SWT team to decide which approach would
be acceptable (or the best) to go forward. Once this decision has been
done, I volunteer to help with the implementation.

Would be great if you team discuss that and update Bug 441116 with the decision.

Best regards, Lars

On Wed, Oct 14, 2015 at 1:05 PM, Lakshmi P Shanmugam
<lakshmipriya.bms@xxxxxxxxx> wrote:
> Hi Lars,
>
> We have already captured the concerns about the proposal in the bug
> (comment25). There has been no further discussion/response on those
> concerns. We should look for other possible solutions and discuss them
> further. (for e.g.: comment27).
>
> Thanks & Regards,
> Lakshmi P Shanmugam
>
> On Fri, Oct 9, 2015 at 5:18 PM, Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:
>>
>> 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
>> _______________________________________________
>> platform-swt-dev mailing list
>> platform-swt-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>
>
>
>
> --
> Lakshmi
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



-- 
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