|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.voytechs.jnetstream.codec.event.DecoderSupport
com.voytechs.jnetstream.codec.PlaybackDecoder
public class PlaybackDecoder
| 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 |
|---|
public PlaybackDecoder(Decoder decoder)
-
| Method Detail |
|---|
public void processDecoderEvent(DecoderEvent event)
throws AssertFailure
DecoderListener
processDecoderEvent in interface DecoderListenerevent - Event being dispatched.
AssertFailure - Whatever object was being created by the Decoder
when the event was dispatched, will be aborted. (VETO power)DecoderEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||