public interface SMFParserEventsDataAttributeValuesType extends SMFParserEventsErrorType
| Modifier and Type | Method and Description |
|---|---|
void |
onDataAttributeValueFinish()
Parsing of data for the attribute has finished.
|
void |
onDataAttributeValueFloat1(double x)
A data value has been received.
|
void |
onDataAttributeValueFloat2(double x,
double y)
A data value has been received.
|
void |
onDataAttributeValueFloat3(double x,
double y,
double z)
A data value has been received.
|
void |
onDataAttributeValueFloat4(double x,
double y,
double z,
double w)
A data value has been received.
|
void |
onDataAttributeValueIntegerSigned1(long x)
A data value has been received.
|
void |
onDataAttributeValueIntegerSigned2(long x,
long y)
A data value has been received.
|
void |
onDataAttributeValueIntegerSigned3(long x,
long y,
long z)
A data value has been received.
|
void |
onDataAttributeValueIntegerSigned4(long x,
long y,
long z,
long w)
A data value has been received.
|
void |
onDataAttributeValueIntegerUnsigned1(long x)
A data value has been received.
|
void |
onDataAttributeValueIntegerUnsigned2(long x,
long y)
A data value has been received.
|
void |
onDataAttributeValueIntegerUnsigned3(long x,
long y,
long z)
A data value has been received.
|
void |
onDataAttributeValueIntegerUnsigned4(long x,
long y,
long z,
long w)
A data value has been received.
|
onError, onWarningvoid onDataAttributeValueIntegerSigned1(long x)
x - The x valuevoid onDataAttributeValueIntegerSigned2(long x,
long y)
x - The x valuey - The y valuevoid onDataAttributeValueIntegerSigned3(long x,
long y,
long z)
x - The x valuey - The y valuez - The z valuevoid onDataAttributeValueIntegerSigned4(long x,
long y,
long z,
long w)
x - The x valuey - The y valuez - The z valuew - The w valuevoid onDataAttributeValueIntegerUnsigned1(long x)
x - The x valuevoid onDataAttributeValueIntegerUnsigned2(long x,
long y)
x - The x valuey - The y valuevoid onDataAttributeValueIntegerUnsigned3(long x,
long y,
long z)
x - The x valuey - The y valuez - The z valuevoid onDataAttributeValueIntegerUnsigned4(long x,
long y,
long z,
long w)
x - The x valuey - The y valuez - The z valuew - The w valuevoid onDataAttributeValueFloat1(double x)
x - The x valuevoid onDataAttributeValueFloat2(double x,
double y)
x - The x valuey - The y valuevoid onDataAttributeValueFloat3(double x,
double y,
double z)
x - The x valuey - The y valuez - The z valuevoid onDataAttributeValueFloat4(double x,
double y,
double z,
double w)
x - The x valuey - The y valuez - The z valuew - The w valuevoid onDataAttributeValueFinish()
Copyright © 2017 <code@io7m.com> http://io7m.com