Package com.iizix.server.geo
Interface ILocationReceiver
-
public interface ILocationReceiver
Interface used to process location updated from the client devices.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processLocationURL(HttpServletRequest request)
Processes the location URL.
-
-
-
Method Detail
-
processLocationURL
void processLocationURL(HttpServletRequest request)
Processes the location URL.- Parameters:
request
- The HTTP request.
-
-