Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Callback system for SWT


Thanks Alexander!



"Alexander Ljungberg" <stillfire@xxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

06/16/2007 03:21 PM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
[platform-swt-dev] Callback system for SWT





I don't know if this has been done before, but I've written a small
SWT library which adds support for callbacks as a means to handle
events.

http://www.playingwithwire.com/2007/05/wireload-releases-swtcallback-java-library/

Version 0.2 extends this functionality to also work with timers,
Display.syncExec and Display.asyncExec.

I expect that this kind of functionality isn't everyone's cup of tea,
but it works for me so I figured I'd toss it out there.

--
Alexander Ljungberg
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top