ocss.nmea.api
Class NMEAListener

java.lang.Object
  |
  +--ocss.nmea.api.NMEAListener
All Implemented Interfaces:
java.util.EventListener

public class NMEAListener
extends java.lang.Object
implements java.util.EventListener


Constructor Summary
NMEAListener()
           
 
Method Summary
 void dataDetected(NMEAEvent e)
           
 void dataRead(NMEAEvent e)
           
 void stopReading(NMEAEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NMEAListener

public NMEAListener()
Method Detail

dataDetected

public void dataDetected(NMEAEvent e)

dataRead

public void dataRead(NMEAEvent e)

stopReading

public void stopReading(NMEAEvent e)