Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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


Back to the top