|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.TimerTask
name.gries.AF104.Taeglich
class AF104.Taeglich
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 |
|---|
java.util.Date tagRunsAt
public long tagPeriod
| Constructor Detail |
|---|
public AF104.Taeglich(long period,
java.util.Date at)
| Method Detail |
|---|
public void run()
This method should NOT contain any AT Commands since this Thread
is not synchronized with main application method.
run in interface java.lang.Runnablerun in class java.util.TimerTask
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||