comparison dwt/custom/StyledTextContent.d @ 284:6956821fe8ed

Fixes for StyledText
author Frank Benoit <benoit@tionex.de>
date Mon, 04 Aug 2008 02:06:13 +0200
parents c0d810de7093
children
comparison
equal deleted inserted replaced
283:05e48e1e65d1 284:6956821fe8ed
141 /** 141 /**
142 * Remove the specified text changed listener. 142 * Remove the specified text changed listener.
143 * <p> 143 * <p>
144 * 144 *
145 * @param listener the listener which should no longer be notified 145 * @param listener the listener which should no longer be notified
146 * 146 *
147 * @exception IllegalArgumentException <ul> 147 * @exception IllegalArgumentException <ul>
148 * <li>ERROR_NULL_ARGUMENT when listener is null</li> 148 * <li>ERROR_NULL_ARGUMENT when listener is null</li>
149 * </ul> 149 * </ul>
150 */ 150 */
151 public void removeTextChangeListener(TextChangeListener listener); 151 public void removeTextChangeListener(TextChangeListener listener);