public interface VTEmulator
| Modifier and Type | Method and Description |
|---|---|
default void |
actionCSIDispatch(char ch,
List<Character> intermediateChars,
List<Integer> params)
Called for the CSI_DISPATCH action.
|
default void |
actionDCSHook(char ch,
List<Character> intermediateChars,
List<Integer> params)
Called for the DCS_HOOK action.
|
default void |
actionDCSPut(char ch)
Called for the DCS_PUT action.
|
default void |
actionDCSUnhook()
Called for the DCS_UNHOOK action.
|
default void |
actionError()
Called for the ERROR action.
|
default void |
actionEscapeDispatch(char ch,
List<Character> intermediateChars)
Called for the ESC_DISPATCH action.
|
default void |
actionExecute(char ch)
Called for the EXECUTE action.
|
default void |
actionOSCEnd()
Called for the OSC_END action.
|
default void |
actionOSCPut(char ch)
Called for the OSC_PUT action.
|
default void |
actionOSCStart()
Called for the OSC_START action.
|
default void |
actionPrint(char ch)
Called for the PRINT action.
|
default void actionCSIDispatch(char ch,
List<Character> intermediateChars,
List<Integer> params)
ch - Final character of the escape sequence.intermediateChars - List of private marker and intermediate characters.params - List of parameters.default void actionDCSHook(char ch,
List<Character> intermediateChars,
List<Integer> params)
ch - Final character of the escape sequence.intermediateChars - List of private marker and intermediate characters.params - List of parameters.default void actionDCSPut(char ch)
ch - Final character of the escape sequence.default void actionDCSUnhook()
default void actionError()
default void actionEscapeDispatch(char ch,
List<Character> intermediateChars)
ch - Final character of the escape sequence.intermediateChars - List of private marker and intermediate characters.default void actionExecute(char ch)
ch - Final character of the escape sequence.default void actionOSCEnd()
default void actionOSCPut(char ch)
ch - Final character of the escape sequence.default void actionOSCStart()
default void actionPrint(char ch)
ch - Final character of the escape sequence.Copyright © 2018. All rights reserved.