org.vostok.vaadin.addon.keypress
Interface KeyPressAction.KeyPressActionListener

Enclosing class:
KeyPressAction

public static interface KeyPressAction.KeyPressActionListener


Method Summary
 void handleKeyPress(com.vaadin.ui.Component target, int key, int... modifier)
           
 

Method Detail

handleKeyPress

void handleKeyPress(com.vaadin.ui.Component target,
                    int key,
                    int... modifier)