Uses of Interface
com.objsys.asn1j.runtime.Asn1NamedEventHandler

Uses of Asn1NamedEventHandler in com.objsys.asn1j.runtime
 

Classes in com.objsys.asn1j.runtime that implement Asn1NamedEventHandler
 class Asn1TraceHandler
          This class is a standard named event handler for printing the data in an encoded message in a human-readable format.
 

Methods in com.objsys.asn1j.runtime with parameters of type Asn1NamedEventHandler
 void Asn1DecodeBuffer.addNamedEventHandler(Asn1NamedEventHandler handler)
          This method adds a named event handler to the named event handler list for this buffer.