comparison org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/ValueChangeEvent.d @ 85:6be48cf9f95c

Work on databinding
author Frank Benoit <benoit@tionex.de>
date Sat, 18 Apr 2009 13:54:50 +0200
parents 383ce7bd736b
children
comparison
equal deleted inserted replaced
84:fcf926c91ca4 85:6be48cf9f95c
29 public class ValueChangeEvent : ObservableEvent { 29 public class ValueChangeEvent : ObservableEvent {
30 30
31 /** 31 /**
32 * 32 *
33 */ 33 */
34 private static final long serialVersionUID = 2305345286999701156L; 34 private static const long serialVersionUID = 2305345286999701156L;
35 35
36 static final Object TYPE = new Object(); 36 static const Object TYPE;
37 static this(){
38 TYPE = new Object();
39 }
37 40
38 /** 41 /**
39 * Description of the change to the source observable value. Listeners must 42 * Description of the change to the source observable value. Listeners must
40 * not change this field. 43 * not change this field.
41 */ 44 */