name.gries
Class AF104.Taeglich

java.lang.Object
  extended by java.util.TimerTask
      extended by name.gries.AF104.Taeglich
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
AF104

 class AF104.Taeglich
extends java.util.TimerTask

Internal class that provides a TimerTask.


Field Summary
 long tagPeriod
           
(package private)  java.util.Date tagRunsAt
           
 
Constructor Summary
AF104.Taeglich(long period, java.util.Date at)
          Public constructor:
 
Method Summary
 void run()
          As the timer fires, this method is invoked.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tagRunsAt

java.util.Date tagRunsAt

tagPeriod

public long tagPeriod
Constructor Detail

AF104.Taeglich

public AF104.Taeglich(long period,
                      java.util.Date at)
Public constructor:

Method Detail

run

public void run()
As the timer fires, this method is invoked.

This method should NOT contain any AT Commands since this Thread
is not synchronized with main application method.

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask