simnet
Class Link.BandwidthTimerTask

java.lang.Object
  extended byjava.util.TimerTask
      extended bysimnet.Link.BandwidthTimerTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Link

class Link.BandwidthTimerTask
extends java.util.TimerTask

Inner class used to allow a delayed execution of modelBandwidth().


Field Summary
protected  Link link
           
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
(package private) Link.BandwidthTimerTask(Link l)
           
 
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

link

protected Link link
Constructor Detail

Link.BandwidthTimerTask

Link.BandwidthTimerTask(Link l)
Method Detail

run

public void run()