org.crsh.keyboard
Interface KeyHandler


public interface KeyHandler

An handler for keyboard events.

Author:
Julien Viet

Method Summary
 void handle(KeyType type, int[] sequence)
          Handle a key event.
 

Method Detail

handle

void handle(KeyType type,
            int[] sequence)
Handle a key event.

Parameters:
type - the key type
sequence - the key sequence


Copyright © 2015 eXo Platform SAS. All Rights Reserved.