com.voytechs.jnetstream.codec
Class PlaybackDecoder

java.lang.Object
  extended by com.voytechs.jnetstream.codec.event.DecoderSupport
      extended by com.voytechs.jnetstream.codec.PlaybackDecoder
All Implemented Interfaces:
DecoderListener

public class PlaybackDecoder
extends DecoderSupport
implements DecoderListener

Since:
0.3.0
Author:
Mark Bednarczyk

Field Summary
 
Fields inherited from class com.voytechs.jnetstream.codec.event.DecoderSupport
EVENT_ALL
 
Constructor Summary
PlaybackDecoder(Decoder decoder)
           
 
Method Summary
 void processDecoderEvent(DecoderEvent event)
          Main dispatch interface for Decoder events.
 
Methods inherited from class com.voytechs.jnetstream.codec.event.DecoderSupport
addListener, addListener, fireDecoderEvent, getListeners, getListenersForAll, hasListeners, hasListeners, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaybackDecoder

public PlaybackDecoder(Decoder decoder)
Parameters:
-
Throws:
Method Detail

processDecoderEvent

public void processDecoderEvent(DecoderEvent event)
                         throws AssertFailure
Description copied from interface: DecoderListener
Main dispatch interface for Decoder events. See DecoderEvent class for complete details on event types.

Specified by:
processDecoderEvent in interface DecoderListener
Parameters:
event - Event being dispatched.
Throws:
AssertFailure - Whatever object was being created by the Decoder when the event was dispatched, will be aborted. (VETO power)
See Also:
DecoderEvent