public class TrackEvent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
eventType |
static int |
TRACKED_UNIT_ADDED
Event type for new track record added in the tracker.
|
protected java.lang.String |
trackId |
| Constructor and Description |
|---|
TrackEvent()
Empty constructor.
|
TrackEvent(int eventType,
java.lang.String trackId)
Constructs new TrackEvent with given event type and
track id of the target track record.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getControlUnitType()
Returns the control unit type of the track record, this event is related to.
|
int |
getEventType()
Returns the type of the occured track event.
|
java.lang.String |
getTrackId()
Returns the track id of the track record this event is related to.
|
java.lang.String |
toString() |
protected int eventType
protected java.lang.String trackId
public static final int TRACKED_UNIT_ADDED
public TrackEvent()
public TrackEvent(int eventType,
java.lang.String trackId)
eventType - event type.trackId - track id.public int getEventType()
public java.lang.String getTrackId()
public java.lang.String getControlUnitType()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.