net.sf.marineapi.provider.event
Interface TPVListener

All Superinterfaces:
EventListener

public interface TPVListener
extends EventListener

Listener interface for GPS time/position/velocity events.

Version:
$Revision: 103 $
Author:
Kimmo Tuukkanen
See Also:
TPVProvider, TPVEvent

Method Summary
 void tpvUpdate(TPVEvent evt)
          Invoked when fresh time/position/velocity report is available, typically once per second.
 

Method Detail

tpvUpdate

void tpvUpdate(TPVEvent evt)
Invoked when fresh time/position/velocity report is available, typically once per second.

Parameters:
evt - TPVEvent


Copyright (C) 2010-2011 Java Marine API author(s). All Rights Reserved.