- Observation - Class in no.tellu.findit.client.edge
-
An Observation is any type of event to be reported.
- Observation() - Constructor for class no.tellu.findit.client.edge.Observation
-
Initializes timestamp based on system time.
- ObservationPoster - Interface in no.tellu.findit.client.edge
-
Defines a protocol-independent interface for posting
Observations.
- ObservationPoster.PostCallback - Interface in no.tellu.findit.client.edge
-
Defines callback methods for the asynchronous transaction
implementation.
- onPostError(int, Exception) - Method in interface no.tellu.findit.client.edge.ObservationPoster.PostCallback
-
Called if there was an error posting the observations.
- onPostOK(int, Map<String, String>) - Method in interface no.tellu.findit.client.edge.ObservationPoster.PostCallback
-
This indicates that observations where posted
successfully.