| Modifier and Type | Method and Description |
|---|---|
void |
latitudeUpdated(double latitude)
Invoked when the transport's latitude was updated by a message.
|
void |
longitudeUpdated(double longitude)
Invoked when the transport's longitude was updated by a message.
|
void |
metadataUpdated(JsonObject metadata)
Invoked when the transport's metadata was updated by a message.
|
void |
routed(Route route)
Invoked when the transport receives a routed message.
|
void |
statusUpdated(TransportStatus status)
Invoked when the transport's status was updated by a message.
|
connected, created, deleted, error, routeSubscribed, routeUnsubscribed, subscribed, unsubscribed, updatedvoid routed(Route route)
route - the transport's new route.void latitudeUpdated(double latitude)
latitude - that the transport updated to.void longitudeUpdated(double longitude)
longitude - that the transport updated to.void statusUpdated(TransportStatus status)
status - that the transport updated to.void metadataUpdated(JsonObject metadata)
metadata - that the transport updated to.