Eclipse Platform
2.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)
           
 

Method Detail

verifyKey

public void verifyKey(VerifyEvent event)
Parameters:
event.character - the character that was typed (input)
event.keyCode - the key code that was typed (input)
event.stateMask - the state of the keyboard (input)
event.doit - processed or not (output)

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.