public static interface SimpleDecoder.EventListener<E>
SimpleDecoder
events.Modifier and Type | Method and Description |
---|---|
void |
onDecoderError(E e)
Invoked when the decoder encounters an error.
|
void onDecoderError(E e)
e
- The corresponding exception.