com.voytechs.jnetstream.codec.event
Interface DecoderListener
- All Known Implementing Classes:
- Filter, FlowDecoder, PlaybackDecoder, TCPProtocol
public interface DecoderListener
Interface to accept event dispatches from Decoder.
When certain events occur in the Decoder they are dispatched
to listeners who implement this interface.
processDecoderEvent
void processDecoderEvent(DecoderEvent event)
throws AssertFailure
- Main dispatch interface for Decoder events.
See DecoderEvent class for complete details on event types.
- 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