net.sourceforge.speedcontrol
Class SpeedControl

java.lang.Object
  extended by net.sourceforge.speedcontrol.SpeedControl
All Implemented Interfaces:
org.picocontainer.Startable

public class SpeedControl
extends java.lang.Object
implements org.picocontainer.Startable

Main class of Speed Control. It is started by PicoContainer and creates the timer for periodic events generation.


Constructor Summary
SpeedControl(LogAdapter log, org.gudy.azureus2.plugins.PluginInterface pluginInterface, Decider decider, Configuration config)
           
 
Method Summary
 void start()
          Start of Speed Control by creating a Timer object for periodic events.
 void stop()
          Not used
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeedControl

public SpeedControl(LogAdapter log,
                    org.gudy.azureus2.plugins.PluginInterface pluginInterface,
                    Decider decider,
                    Configuration config)
Method Detail

start

public void start()
Start of Speed Control by creating a Timer object for periodic events.

Specified by:
start in interface org.picocontainer.Startable

stop

public void stop()
Not used

Specified by:
stop in interface org.picocontainer.Startable


Copyright © 2006 null. All Rights Reserved.