comparison dwtx/jface/internal/text/DelayedInputChangeListener.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 7d818bd32d63
children
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
30 * 30 *
31 * @since 3.4 31 * @since 3.4
32 */ 32 */
33 public final class DelayedInputChangeListener : IInputChangedListener { 33 public final class DelayedInputChangeListener : IInputChangedListener {
34 34
35 private final IDelayedInputChangeProvider fChangeProvider; 35 private const IDelayedInputChangeProvider fChangeProvider;
36 private final InformationControlReplacer fInformationControlReplacer; 36 private const InformationControlReplacer fInformationControlReplacer;
37 37
38 /** 38 /**
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