|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VerifyKeyListener
Classes which implement this interface provide a method that deals with the event that is generated when a key is pressed.
VerifyEvent
,
Sample code and further informationMethod Summary | |
---|---|
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) |
Method Detail |
---|
void verifyKey(VerifyEvent event)
event
- the verify eventVerifyEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |