public class ExampleTokenListener
extends java.lang.Object
implements uk.co.real_logic.sbe.otf.TokenListener
| Constructor and Description |
|---|
ExampleTokenListener(java.io.PrintWriter out) |
| Modifier and Type | Method and Description |
|---|---|
void |
onBeginComposite(uk.co.real_logic.sbe.ir.Token fieldToken,
java.util.List<uk.co.real_logic.sbe.ir.Token> tokens,
int fromIndex,
int toIndex) |
void |
onBeginGroup(uk.co.real_logic.sbe.ir.Token token,
int groupIndex,
int numInGroup) |
void |
onBeginMessage(uk.co.real_logic.sbe.ir.Token token) |
void |
onBitSet(uk.co.real_logic.sbe.ir.Token fieldToken,
org.agrona.DirectBuffer buffer,
int bufferIndex,
java.util.List<uk.co.real_logic.sbe.ir.Token> tokens,
int beginIndex,
int endIndex,
int actingVersion) |
void |
onEncoding(uk.co.real_logic.sbe.ir.Token fieldToken,
org.agrona.DirectBuffer buffer,
int index,
uk.co.real_logic.sbe.ir.Token typeToken,
int actingVersion) |
void |
onEndComposite(uk.co.real_logic.sbe.ir.Token fieldToken,
java.util.List<uk.co.real_logic.sbe.ir.Token> tokens,
int fromIndex,
int toIndex) |
void |
onEndGroup(uk.co.real_logic.sbe.ir.Token token,
int groupIndex,
int numInGroup) |
void |
onEndMessage(uk.co.real_logic.sbe.ir.Token token) |
void |
onEnum(uk.co.real_logic.sbe.ir.Token fieldToken,
org.agrona.DirectBuffer buffer,
int bufferIndex,
java.util.List<uk.co.real_logic.sbe.ir.Token> tokens,
int beginIndex,
int endIndex,
int actingVersion) |
void |
onGroupHeader(uk.co.real_logic.sbe.ir.Token token,
int numInGroup) |
void |
onVarData(uk.co.real_logic.sbe.ir.Token fieldToken,
org.agrona.DirectBuffer buffer,
int bufferIndex,
int length,
uk.co.real_logic.sbe.ir.Token typeToken) |
public void onBeginMessage(uk.co.real_logic.sbe.ir.Token token)
onBeginMessage in interface uk.co.real_logic.sbe.otf.TokenListenerpublic void onEndMessage(uk.co.real_logic.sbe.ir.Token token)
onEndMessage in interface uk.co.real_logic.sbe.otf.TokenListenerpublic void onEncoding(uk.co.real_logic.sbe.ir.Token fieldToken,
org.agrona.DirectBuffer buffer,
int index,
uk.co.real_logic.sbe.ir.Token typeToken,
int actingVersion)
onEncoding in interface uk.co.real_logic.sbe.otf.TokenListenerpublic void onEnum(uk.co.real_logic.sbe.ir.Token fieldToken,
org.agrona.DirectBuffer buffer,
int bufferIndex,
java.util.List<uk.co.real_logic.sbe.ir.Token> tokens,
int beginIndex,
int endIndex,
int actingVersion)
onEnum in interface uk.co.real_logic.sbe.otf.TokenListenerpublic void onBitSet(uk.co.real_logic.sbe.ir.Token fieldToken,
org.agrona.DirectBuffer buffer,
int bufferIndex,
java.util.List<uk.co.real_logic.sbe.ir.Token> tokens,
int beginIndex,
int endIndex,
int actingVersion)
onBitSet in interface uk.co.real_logic.sbe.otf.TokenListenerpublic void onBeginComposite(uk.co.real_logic.sbe.ir.Token fieldToken,
java.util.List<uk.co.real_logic.sbe.ir.Token> tokens,
int fromIndex,
int toIndex)
onBeginComposite in interface uk.co.real_logic.sbe.otf.TokenListenerpublic void onEndComposite(uk.co.real_logic.sbe.ir.Token fieldToken,
java.util.List<uk.co.real_logic.sbe.ir.Token> tokens,
int fromIndex,
int toIndex)
onEndComposite in interface uk.co.real_logic.sbe.otf.TokenListenerpublic void onGroupHeader(uk.co.real_logic.sbe.ir.Token token,
int numInGroup)
onGroupHeader in interface uk.co.real_logic.sbe.otf.TokenListenerpublic void onBeginGroup(uk.co.real_logic.sbe.ir.Token token,
int groupIndex,
int numInGroup)
onBeginGroup in interface uk.co.real_logic.sbe.otf.TokenListenerpublic void onEndGroup(uk.co.real_logic.sbe.ir.Token token,
int groupIndex,
int numInGroup)
onEndGroup in interface uk.co.real_logic.sbe.otf.TokenListenerpublic void onVarData(uk.co.real_logic.sbe.ir.Token fieldToken,
org.agrona.DirectBuffer buffer,
int bufferIndex,
int length,
uk.co.real_logic.sbe.ir.Token typeToken)
onVarData in interface uk.co.real_logic.sbe.otf.TokenListenerCopyright © 2014-2017 Real Logic Ltd. All Rights Reserved.