Interface FourCornerZionStenoLexerFire
- All Known Subinterfaces:
FourCornerZionStenoLexerFire.Adapter
public interface FourCornerZionStenoLexerFire
Provides lexer fire state signals.
- Version:
- 1.0 Jan 13, 2025
- Author:
- Willem Cazander
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
fireStateLine
(int line) void
fireStateNCR1632BankReset
(boolean magic) void
fireStateNCR1632BankSparkler
(boolean magic) void
fireStateScannerMatch
(int blockStart, int blockStop, int matchPoint, int idxFirst, int idxLast)
-
Method Details
-
fireStateLine
void fireStateLine(int line) -
fireStateScannerMatch
void fireStateScannerMatch(int blockStart, int blockStop, int matchPoint, int idxFirst, int idxLast) -
fireStateNCR1632BankSparkler
void fireStateNCR1632BankSparkler(boolean magic) -
fireStateNCR1632BankReset
void fireStateNCR1632BankReset(boolean magic)
-