org.apache.asn1.codec.stateful
Interface EncoderCallback

All Known Implementing Classes:
Asn1CodecEncoder.EncoderCallbackImpl, CallbackHistory

public interface EncoderCallback

Document me.

Author:
Apache Directory Project $Rev: 157644 $

Method Summary
 void encodeOccurred(StatefulEncoder encoder, java.lang.Object encoded)
          Callback to deliver a fully encoded object.
 

Method Detail

encodeOccurred

public void encodeOccurred(StatefulEncoder encoder,
                           java.lang.Object encoded)
Callback to deliver a fully encoded object.

Parameters:
encoder - the stateful encoder driving the callback
encoded - the object that was encoded


Copyright © 2004-2006 . All Rights Reserved.