public interface VerifyKeyListener
extends org.eclipse.swt.internal.SWTEventListener
Modifier 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 (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.