org.crsh.console
Class KeyStroke

java.lang.Object
  extended by org.crsh.console.KeyStroke

 class KeyStroke
extends Object

A recorded key stroke that associates an operation with the sequence that triggered it.

Author:
Julien Viet

Field Summary
(package private)  jline.console.Operation operation
          .
(package private)  int[] sequence
          .
 
Constructor Summary
KeyStroke(jline.console.Operation operation, int... sequence)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operation

final jline.console.Operation operation
.


sequence

final int[] sequence
.

Constructor Detail

KeyStroke

public KeyStroke(jline.console.Operation operation,
                 int... sequence)


Copyright © 2014 eXo Platform SAS. All Rights Reserved.