org.eclipse.swt.custom
Interface VerifyKeyListener

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

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

Unsafe:


Method Summary
 void verifyKey(VerifyEvent event)
          Suppressed: @param event.character the character that was typed (input)
 

Method Detail

verifyKey

public void verifyKey(VerifyEvent event)
Suppressed: @param event.character the character that was typed (input)



comments?