public class StreamingEvent extends Object
| Constructor and Description |
|---|
StreamingEvent(int _type,
long _data,
long _timestamp) |
| Modifier and Type | Method and Description |
|---|---|
long |
get_data() |
int |
get_type() |
long |
getTimestamp() |
void |
set_data(long _data) |
void |
set_type(int _type) |
void |
setTimestamp(long timestamp) |
Copyright © 2021. All rights reserved.