de.cbse.jeasy
Class JETimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by de.cbse.jeasy.JETimerTask
All Implemented Interfaces:
java.lang.Runnable

public class JETimerTask
extends java.util.TimerTask

Implements a panel that may be popuped at every position.

Author:
Harry Pfohl

Field Summary
(package private)  JEObject jeo
           
 
Constructor Summary
JETimerTask(JEObject jeo)
           
 
Method Summary
 void destroy()
           
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jeo

JEObject jeo
Constructor Detail

JETimerTask

public JETimerTask(JEObject jeo)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask

destroy

public void destroy()