step.encoding
Interface MetaEvent

All Known Implementing Classes:
EncoderEvent

public interface MetaEvent

An event that signals a change in the encoding context.


Method Summary
 void apply(EncoderFactory encFactory)
          Apply the change to the current context.
 

Method Detail

apply

public void apply(EncoderFactory encFactory)
Apply the change to the current context.

NOTE: Events are normally applied during the decode phase.

Parameters:
encFactory - the factory used (or that will be used) to create the encoder that is the target of this event.
See Also:
DecodeContext