com.blackledge.david.tivo.widgets.typo
Interface TyPo.KeyStrategy

Enclosing class:
TyPo

public static interface TyPo.KeyStrategy


Method Summary
 boolean handleKeyPress(int code, long rawcode)
           
 boolean handleKeyRelease(int code, long rawcode)
           
 boolean handleKeyRepeat(int code, long rawcode)
           
 

Method Detail

handleKeyRepeat

boolean handleKeyRepeat(int code,
                        long rawcode)

handleKeyRelease

boolean handleKeyRelease(int code,
                         long rawcode)

handleKeyPress

boolean handleKeyPress(int code,
                       long rawcode)