Uses of Class
step.encoding.EncoderEvent

Packages that use EncoderEvent
step.encoding Provides the default STEP encoding strategies and meta-data records. 
 

Uses of EncoderEvent in step.encoding
 

Subclasses of EncoderEvent in step.encoding
 class EncoderMessageEvent
          An event that dispatches an arbitrary text message to an encoder.
 class IrregularValueEvent
          An event that signals that the next value in the data stream is irregular.
 

Methods in step.encoding with parameters of type EncoderEvent
 void EncoderFactory.queueEvent(EncoderEvent event)
          If the target exists, apply the event immediately, otherwise queue the event until the target encoder is created by this factory.