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

All Known Implementing Classes:
TestINMEASentenceSubscriber

public interface INMEASentenceSubscriber

Register this service to receive NMEA sentence events. This is a whiteboard-pattern API. Clients register an implementation of IMEASentenceSubscriber. If an NMEA sentence generator is available, a server will pick up this service from the OSGi service registry and pass NMEA sentences.


Method Summary
 void sentenceReceived(AbstractNMEASentence sentence)
           
 

Method Detail

sentenceReceived

void sentenceReceived(AbstractNMEASentence sentence)
Parameters:
sentence -