Handler
in CommunicationManager
instead@Deprecated
public interface SitumBuildingInfoCallback
SitumBuilding
such as points of
interest, routes, levels and eventsModifier and Type | Method and Description |
---|---|
void |
onError(int statuscode,
Header[] headers,
byte[] bytes,
java.lang.Throwable throwable)
Deprecated.
|
void |
onSuccess(java.util.Hashtable buildingInfo)
Deprecated.
Callback to receive building data from Situm Indoor Maps Server
|
void onSuccess(java.util.Hashtable buildingInfo)
buildingInfo
- dictionary that contains all building info@Deprecated void onError(int statuscode, Header[] headers, byte[] bytes, java.lang.Throwable throwable)
statuscode
- HTML status codeheaders
- HTML headers. Can be nullbytes
- Bytes containing the HTML responsethrowable
- Error obtained