Modifier and Type | Method and Description |
---|---|
AppLib |
AppLib.Builder.build()
Builds a message instance.
|
Modifier and Type | Method and Description |
---|---|
void |
AppLibListener.connected(AppLib applib)
Deprecated.
The client has successfully connected to a server.
|
void |
AppLibListener.error(AppLib applib,
java.lang.Exception exception)
Deprecated.
AppLib has encountered an exception and terminated.
|
void |
HostDiscoveryCallback.hostDiscovered(AppLib applib,
java.lang.String host,
int hopcount,
long timestamp,
double longitude,
double latitude,
double locationError)
The router has discovered a new peer or updated the information of an
existing peer.
|
void |
LocationUpdateCallback.locationUpdated(AppLib applib,
double longitude,
double latitude,
double error,
double elevation,
long timestamp)
Deprecated.
this will be invoked for backwards compatibility for some
location updates. Use the more specific location updates instead.
|
void |
MapTileUpdateCallback.mapUpdated(AppLib applib,
java.lang.String mapfile)
Deprecated.
currently non-functional
|
void |
AppLibListener.messageReceived(AppLib applib,
java.lang.String service,
SCAMPIMessage message)
Deprecated.
Received a message that was published to the given service.
|
void |
PublishDoneCallback.publishDone(AppLib applib,
SCAMPIMessage message)
The API server has successfully received the published message.
|