com.nutiteq.controls
Interface ControlKeysHandler

All Known Implementing Classes:
AndroidKeysHandler, MGMapsKeysHandler, UserDefinedKeysMapping

public interface ControlKeysHandler

Interface for implementations mapping action codes defined in ControlKeys to key presses on phone.


Method Summary
 int getKeyActionCode(int keyCode)
          Get action code for the key
 

Method Detail

getKeyActionCode

int getKeyActionCode(int keyCode)
Get action code for the key

Parameters:
keyCode - phone key code
Returns:
action code from ControlKeys