ch.panter.li.bi.asn.ber
Interface AsnBerDecodingListener

All Known Implementing Classes:
AsnBerDecodingAdapter, AsnBerDecodingTracer, AsnBerStructureBuilder

public interface AsnBerDecodingListener


Method Summary
 void tagBegin(AsnBerDecodingContextInfo context, AsnBerNode node)
           
 void tagEnd(AsnBerDecodingContextInfo context, AsnBerNode node, Exception failReason)
           
 void tagValue(AsnBerDecodingContextInfo context, AsnBerNode node)
           
 

Method Detail

tagBegin

void tagBegin(AsnBerDecodingContextInfo context,
              AsnBerNode node)

tagValue

void tagValue(AsnBerDecodingContextInfo context,
              AsnBerNode node)

tagEnd

void tagEnd(AsnBerDecodingContextInfo context,
            AsnBerNode node,
            Exception failReason)


Copyright 2007-2007 SourceForge. All Rights Reserved.