Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] DI and SWT-Event-Thread syncing

On 1-Feb-2011, at 11:23 AM, Tom Schindl wrote:
> Could be written like this:
> -------------8<-------------
> @Inject
> @UISync
> void eventHandler(@EventTopic("myeventtopic/*") Object data) {
>   // ...
> }
> -------------8<-------------
> 
> My question now is would something like this be possible at all?

You've been beaten to the punch: see UIEventTopic!

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top