Return-Path: X-Original-To: apmail-pivot-user-archive@www.apache.org Delivered-To: apmail-pivot-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D00249D3B for ; Thu, 29 Sep 2011 12:59:10 +0000 (UTC) Received: (qmail 45102 invoked by uid 500); 29 Sep 2011 12:59:10 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 45081 invoked by uid 500); 29 Sep 2011 12:59:10 -0000 Mailing-List: contact user-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pivot.apache.org Delivered-To: mailing list user@pivot.apache.org Received: (qmail 45073 invoked by uid 99); 29 Sep 2011 12:59:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 12:59:10 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 12:59:05 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1R9GCK-0005Px-Vs for user@pivot.apache.org; Thu, 29 Sep 2011 05:58:44 -0700 Date: Thu, 29 Sep 2011 05:58:44 -0700 (PDT) From: prophe To: user@pivot.apache.org Message-ID: <1317301124981-3379169.post@n3.nabble.com> In-Reply-To: References: <1317289073841-3378807.post@n3.nabble.com> Subject: Re: rowUpdated event MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I try to listen list item: tableDataListener = new ListListener.Adapter() { @Override public void itemUpdated(List list, int index, Object previousItem) { tableViewRowChangeListeners.rowDataChanged(GridView.this, previousItem, index); System.out.println(previousItem); } }; But previous (not changed) item always equals current(changed) item. What is wrong? ----- Thank you! -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/rowUpdated-event-tp3378807p3379169.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.