VerifyKeyListener

Classes which implement this interface provide a method that deals with the event that is generated when a key is pressed.

@see VerifyEvent @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>

Members

Functions

verifyKey
void verifyKey(VerifyEvent event)

The following event fields are used:<ul> <li>event.character is the character that was typed (input)</li> <li>event.keyCode is the key code that was typed (input)</li> <li>event.stateMask is the state of the keyboard (input)</li> <li>event.doit is processed or not (output)</li> </ul> @param event the verify event @see VerifyEvent

Meta