java.lang.Object | |
↳ | fi.moprim.tmd.sdk.event.TmdRuntimeEvent |
An event sent when the TMD starts or stops
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TmdRuntimeEvent(long timestamp, boolean isStartEvent)
Default constructor for the event
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long |
getTimestamp()
The timestamp of the event
| ||||||||||
boolean | isStartEvent() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Default constructor for the event
timestamp | the timestamp of the event |
---|---|
isStartEvent | flag to tell if it is a start or stop event |
The timestamp of the event