Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] org.eclipse.core.databinding.observable.value.IVetoableValue and IValueChangingListener
  • From: "Hoepfner, Marcus" <marcus.hoepfner@xxxxxxx>
  • Date: Mon, 14 Oct 2024 11:01:03 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sap.com; dmarc=pass action=none header.from=sap.com; dkim=pass header.d=sap.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=rZHzsuXWgrSwZYn29aiv2X6NilOkL3fgUH7sjLTWIUg=; b=cusYlYyE50fspvnNkrUYa8q85xca8zFb8f0nynNbDIn/xpVfzqEped/xDsuGNYkWXT1fTb4RcnraJVPjbuS57pZUNW3DInDL40KvodCGis081ten0+QMfIVXRoEbvu5mp4WHmlLZjpJSRP42iPrMDo8Cspcj2hSalga3feuRo12D0u7gkk9UWxIHdhMZA1ez3LHFpyu6rr8IP+kvguIqa2DO3v1uaKUCPpahB12V9nHxPtmgWWjWBYDTl96+/wo+yv5t7KREypkFm3Qz2YFAhXtDP4SM0y5zN61W5tEjByRweyZ091MhqzWlCFna3nuSo0CLkLLdGY0iPWd6TGjtoA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=Ve6ukNTpFJOAUUWkUdAud70pslRcs/Nadt8KH3B+7b6f914StKr6LxdMfDpZIVJSD7g/XDIOPn1wCMCJmv99446+Fyy24kEBQVHGTN528nO+hCyZMH1to16PgfU6LMMlcmbTuWQtVQfIRCl7omjbuwEJMN3kGLDg0Mnp3xfAFceqDkOWpFMunJxe4Q/HCA+xn/2kVF3BYDGXnH5HpehQDX4vBGjxQzSVc5F6NUoEh1NyNJtj2JdkcEMELoGVmNAaPEP/6WJowCVyqTenaAsD8whIi0SCEnX/o2NkVyp2Gqm4fXtezP3A1A0XGTgcuR9MGaRQqS4c5Fx68B+zHqiKhQ==
  • Delivered-to: eclipse-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/eclipse-dev/>
  • List-help: <mailto:eclipse-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/eclipse-dev>, <mailto:eclipse-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/eclipse-dev>, <mailto:eclipse-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHbHifbQ3Bxe85+nU+IrmI+/NeaTg==
  • Thread-topic: org.eclipse.core.databinding.observable.value.IVetoableValue and IValueChangingListener

Hi,

 

I see that in data binding there is a chance to get informed when a “value is about to change”. By an IValueChangingListener.

(There is a even a possbility to veto a change).

 

Unfortunately I don’t find any usage of that concept. It is also not part of ValueBinding where all the magic happens. I would have expected it there.

 

Can someone please advise how to use IVetoableValue in data binding.

 

Thanks


Back to the top