Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9A76A200B86 for ; Sun, 18 Sep 2016 11:51:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 991C5160AC3; Sun, 18 Sep 2016 09:51:50 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0B056160AC0 for ; Sun, 18 Sep 2016 11:51:49 +0200 (CEST) Received: (qmail 27813 invoked by uid 500); 18 Sep 2016 09:51:49 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 27801 invoked by uid 99); 18 Sep 2016 09:51:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Sep 2016 09:51:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 65563C0115 for ; Sun, 18 Sep 2016 09:51:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id PIwoHs6yrkm8 for ; Sun, 18 Sep 2016 09:51:46 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 0FAB75FBC2 for ; Sun, 18 Sep 2016 09:51:46 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 577434FC68587 for ; Sun, 18 Sep 2016 02:51:45 -0700 (MST) Date: Sun, 18 Sep 2016 02:47:25 -0700 (PDT) From: PKumar To: users@flex.apache.org Message-ID: <1474192045893-13562.post@n4.nabble.com> In-Reply-To: References: <1474090407914-13553.post@n4.nabble.com> <1474126071778-13556.post@n4.nabble.com> Subject: Re: FlexJS: Binding Issue MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Sun, 18 Sep 2016 09:51:50 -0000 Alex, BindingUtils class is useful to attach watcher on multiple properties or chain of properties. If i am having a custom class with large no. of properties and if i want to detect the multiple properties changes then i will dispatch the events multiple times. Also i will have to extend the EventDispatcher class. overall, i will have to write more lines code to achieve the feature. ----- Regards, Prashant -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/FlexJS-Binding-Issue-tp13553p13562.html Sent from the Apache Flex Users mailing list archive at Nabble.com.