public interface DecoderCallback
| Modifier and Type | Method and Description |
|---|---|
void |
decodeOccurred(StatefulDecoder decoder,
Object decoded)
Callback to deliver a fully decoded object.
|
void decodeOccurred(StatefulDecoder decoder, Object decoded)
decoder - the stateful decoder driving the callbackdecoded - the object that was decodedCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.