|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BERDecoderMonitor
A monitor designed for extended BER decoder functionality with greater detail to specific BER decoder events.
Method Summary | |
---|---|
void |
lengthDecoded(Tuple tlv)
Method used to receive notification that a length was decoded. |
void |
tagDecoded(Tuple tlv)
Method used to receive notification that a tag was decoded. |
Methods inherited from interface org.apache.asn1.codec.stateful.DecoderMonitor |
---|
callbackOccured, callbackSet, error, fatalError, warning |
Method Detail |
---|
void tagDecoded(Tuple tlv)
tlv
- the TLV tuplevoid lengthDecoded(Tuple tlv)
tlv
- the TLV tuple
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |