ExtendedModifyListener.modifyText

This method is called after a text change occurs. <p> The following event fields are used:<ul> <li>event.start the start offset of the new text (input)</li> <li>event.length the length of the new text (input)</li> <li>event.replacedText the replaced text (input)</li> </ul>

@param event the given event @see ExtendedModifyEvent

interface ExtendedModifyListener
void
modifyText

Meta