name.gries
Class AF104.NightTime

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

 class AF104.NightTime
extends java.util.TimerTask

Internal class that provides a TimerTask.


Field Summary
(package private)  java.util.Date tagRunsAt
           
 
Constructor Summary
AF104.NightTime(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
Constructor Detail

AF104.NightTime

public AF104.NightTime(java.util.Date at)
Public constructor:

Method Detail

run

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

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