Class EventDecoder
java.lang.Object
org.aesh.terminal.EventDecoder
- All Implemented Interfaces:
Consumer<int[]>
- Author:
- Ståle W. Pedersen
-
Constructor Summary
ConstructorsConstructorDescriptionEventDecoder(int intr, int eof, int susp) EventDecoder(Attributes attributes) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(int[] input) Consumer<int[]> voidsetInputHandler(Consumer<int[]> inputHandler) voidsetSignalHandler(Consumer<Signal> signalHandler)
-
Constructor Details
-
EventDecoder
public EventDecoder() -
EventDecoder
public EventDecoder(int intr, int eof, int susp) -
EventDecoder
-
-
Method Details
-
getSignalHandler
-
setSignalHandler
-
getInputHandler
-
setInputHandler
-
accept
-