comparison dwtx/jface/internal/text/DelayedInputChangeListener.d @ 133:7d818bd32d63

Fix ctors to this with gvim regexp
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:29:22 +0200
parents c4fb132a086c
children 75302ef3f92f
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
39 * Creates a new listener. 39 * Creates a new listener.
40 * 40 *
41 * @param changeProvider the information control with delayed input changes 41 * @param changeProvider the information control with delayed input changes
42 * @param informationControlReplacer the information control replacer, whose information control should get the new input 42 * @param informationControlReplacer the information control replacer, whose information control should get the new input
43 */ 43 */
44 public DelayedInputChangeListener(IDelayedInputChangeProvider changeProvider, InformationControlReplacer informationControlReplacer) { 44 public this(IDelayedInputChangeProvider changeProvider, InformationControlReplacer informationControlReplacer) {
45 fChangeProvider= changeProvider; 45 fChangeProvider= changeProvider;
46 fInformationControlReplacer= informationControlReplacer; 46 fInformationControlReplacer= informationControlReplacer;
47 } 47 }
48 48
49 /* 49 /*