SWT “Event model”
Have a look at this documentation for a VerifyEvent in SWT: void VerifyListener() {…}.verifyText(VerifyEvent e) Sent when the text is about to be modified. A verify event occurs after the user has done something to modify the text (typically typed a key), but before the text is modified. The doit field in the verify event …