public interface VerifyKeyListener extends SWTEventListener
VerifyEvent
,
Sample code and further informationModifier and Type | Method and Description |
---|---|
void |
verifyKey(VerifyEvent event)
The following event fields are used:
event.character is the character that was typed (input)
event.keyCode is the key code that was typed (input)
event.stateMask is the state of the keyboard (input)
event.doit is processed or not (output)
|
void verifyKey(VerifyEvent event)
event
- the verify eventVerifyEvent
Copyright © 2017. All Rights Reserved.