Return-Path: X-Original-To: apmail-pivot-dev-archive@www.apache.org Delivered-To: apmail-pivot-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E9959987 for ; Mon, 2 Apr 2012 16:56:53 +0000 (UTC) Received: (qmail 14577 invoked by uid 500); 2 Apr 2012 16:56:53 -0000 Delivered-To: apmail-pivot-dev-archive@pivot.apache.org Received: (qmail 14558 invoked by uid 500); 2 Apr 2012 16:56:53 -0000 Mailing-List: contact dev-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pivot.apache.org Delivered-To: mailing list dev@pivot.apache.org Received: (qmail 14550 invoked by uid 99); 2 Apr 2012 16:56:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2012 16:56:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sandro.martini@gmail.com designates 74.125.82.182 as permitted sender) Received: from [74.125.82.182] (HELO mail-we0-f182.google.com) (74.125.82.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2012 16:56:45 +0000 Received: by wern13 with SMTP id n13so2363700wer.13 for ; Mon, 02 Apr 2012 09:56:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=31MvFFaM0emjnHXTHkbZGgMwJBCv+PuCARLWdkDdklg=; b=uOIjGqNrr7E/V/rSD6cpVstDJbb88oYvMAYyA+ZpdCM1/otNUruST6V3ao1XH5Ym5R PPR87OMO+3q647dIrMbBUzOTsQrtU7rW4doSdqfZ3AonVBM9CkHN5EyvhD97m3fSJ9Aw hhUjGGjUvZm9wJA6E05dEnq1p/v6cPwR8RnT9n7TeEUFlJ//OOXHYY/frAcXkn/2tTDZ /kfPnKbWzYKyiUpn82lZqoS0WNggEQnwFEysXLeMIUWDK9UP7urQ5vxx9fBRcZx95omb kz05oLuDHhstq/YgSjB2PSUNvdQyAl5ihY6gachkCsZSnBkYdbt+VtpvEemgPpd4HbDl 41QQ== MIME-Version: 1.0 Received: by 10.180.89.130 with SMTP id bo2mr26907301wib.17.1333385785170; Mon, 02 Apr 2012 09:56:25 -0700 (PDT) Received: by 10.216.231.201 with HTTP; Mon, 2 Apr 2012 09:56:25 -0700 (PDT) In-Reply-To: References: Date: Mon, 2 Apr 2012 18:56:25 +0200 Message-ID: Subject: Re: Annotation to force method execution on EDT Thread, for Pivot 2.1 From: Sandro Martini To: dev@pivot.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi, > I think this is a great idea! Great, thanks ... so tomorrow I'll create an issue for this, and then see if/what is possible to implement for it :-) ... > And I like the possibility (from the Android Annotations stuff) of having ButtonPressListeners and other things get some code generation help, which would also reduce some clutter when a lot of controls have to be registered. Yes, I totally agree ... and using Scala or Groovy (or Java 8 when available??) we could use Closures directly ... but in the meantime we could try with this approach. As always comments and suggestions are welcome :-) . Bye, Sandro