public class GPSEvent
extends java.util.EventObject
| Constructor and Description |
|---|
GPSEvent(java.lang.Object source,
GPSEventType eventType,
GPSReading reading) |
| Modifier and Type | Method and Description |
|---|---|
GPSEventType |
getEventType() |
GPSReading |
getReading() |
java.lang.String |
toString() |
public GPSEvent(java.lang.Object source,
GPSEventType eventType,
GPSReading reading)
public java.lang.String toString()
toString in class java.util.EventObjectpublic GPSReading getReading()
public GPSEventType getEventType()