ist.palcom.services.location.gps
Class GpsService.GpsCommThread

java.lang.Object
  extended by ist.palcom.palcomthreads.PalcomThread
      extended by ist.palcom.palcomthreads.PalcomPriorityThread
          extended by ist.palcom.services.location.gps.GpsService.GpsCommThread
Enclosing class:
GpsService

public class GpsService.GpsCommThread
extends PalcomPriorityThread


Constructor Summary
GpsService.GpsCommThread()
           
 
Method Summary
 void run()
          This method is overridden by subclasses.
 
Methods inherited from class ist.palcom.palcomthreads.PalcomPriorityThread
getPriority, setPriority
 
Methods inherited from class ist.palcom.palcomthreads.PalcomThread
askEvent, disableIOEvents, disablePeriodicEvents, enableIOEvent, enablePeriodicEvents, getScheduler, putEvent, terminate, waitEvent, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GpsService.GpsCommThread

public GpsService.GpsCommThread()
Method Detail

run

public void run()
Description copied from class: PalcomThread
This method is overridden by subclasses.

Overrides:
run in class PalcomThread