org.crsh.console
Class KeyStroke
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
operation
final jline.console.Operation operation
- .
sequence
final int[] sequence
- .
KeyStroke
public KeyStroke(jline.console.Operation operation,
int... sequence)
Copyright © 2014 eXo Platform SAS. All Rights Reserved.