aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/broeuschmeul/android/gps/nmea/util/NmeaListener.java
blob: f36a31240680ffc2ef2af3186587d4807fd326e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * 
 */
package org.broeuschmeul.android.gps.nmea.util;

/**
 * @author Herbert von Broeuschmeul
 *
 */
public interface NmeaListener {
	abstract void onNmeaReceived(long timestamp, String nmea);
}