se.ericsson.eto.norarc.javaframe
Class TimerMsg.JFTimerTask

java.lang.Object
  extended byjava.util.TimerTask
      extended byse.ericsson.eto.norarc.javaframe.TimerMsg.JFTimerTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TimerMsg

public class TimerMsg.JFTimerTask
extends java.util.TimerTask


Field Summary
(package private)  TimerMsg thisMsg
           
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
TimerMsg.JFTimerTask(TimerMsg thisMsg)
           
 
Method Summary
 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

thisMsg

TimerMsg thisMsg
Constructor Detail

TimerMsg.JFTimerTask

public TimerMsg.JFTimerTask(TimerMsg thisMsg)
Method Detail

run

public void run()