Eclipse Platform
Release 3.1

org.eclipse.swt.custom
Interface VerifyKeyListener

All Superinterfaces:
EventListener, org.eclipse.swt.internal.SWTEventListener

public interface VerifyKeyListener
extends org.eclipse.swt.internal.SWTEventListener


Method 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

verifyKey

public void verifyKey(VerifyEvent event)
The following event fields are used:

Parameters:
event - the verify event
See Also:
VerifyEvent

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.