public interface EasyScriptDecoder
| Modifier and Type | Method and Description |
|---|---|
void |
parseSignature(char ch)
This will be called by EasyScript when a character is received for this
decoder.
|
void parseSignature(char ch)
throws SignatureInvalidException
ch - Next character in the stream.SignatureInvalidException - Should be thrown by the caller in the
event a problem is detected.