com.buglabs.bug.module.gps.pub
Interface IPositionSubscriber


public interface IPositionSubscriber

Register this service to receive position change events. This is a whiteboard-pattern API. Clients register an implementation of IPositionSubscriber. If position information is available, a server will pick up this service from the OSGi service registry and pass location update events.


Method Summary
 void positionUpdate(Position position)
           
 

Method Detail

positionUpdate

void positionUpdate(Position position)
Parameters:
Position -