ui.sampleclient
Class CustomReader

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--ocss.nmea.api.NMEAReader
              |
              +--ui.sampleclient.CustomReader
All Implemented Interfaces:
java.lang.Runnable

public class CustomReader
extends NMEAReader

A Simulator, taking its inputs from a file


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
CustomReader(java.util.ArrayList al)
           
 
Method Summary
 void read()
          Customize, overwrite this class to get plugged on the right datasource like a Serial Port for example.
 
Methods inherited from class ocss.nmea.api.NMEAReader
addNMEAListener, canRead, enableReading, fireDataRead, removeNMEAListener, run
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomReader

public CustomReader(java.util.ArrayList al)
Method Detail

read

public void read()
Description copied from class: NMEAReader
Customize, overwrite this class to get plugged on the right datasource like a Serial Port for example.

Specified by:
read in class NMEAReader