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-2012 Apache Software Foundation. All Rights Reserved.