org.apache.directory.shared.asn1.codec.stateful
Interface EncoderCallback

All Known Implementing Classes:
CallbackHistory

public interface EncoderCallback

Document me.

Version:
$Rev: 664290 $, $Date: 2008-06-07 08:28:06 +0200 (Sa, 07 Jun 2008) $
Author:
Apache Directory Project

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

Method Detail

encodeOccurred

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 © 2003-2009 Apache Software Foundation. All Rights Reserved.