com.aelitis.azureus.core.networkmanager.admin
Interface NetworkAdminSpeedTestScheduledTest

All Known Implementing Classes:
NetworkAdminSpeedTestScheduledTestImpl

public interface NetworkAdminSpeedTestScheduledTest


Method Summary
 void abort()
           
 void addListener(NetworkAdminSpeedTestScheduledTestListener listener)
           
 long getMaxDownBytePerSec()
           
 long getMaxUpBytePerSec()
          These are the limits up to which the test can run, not the result of the test
 NetworkAdminSpeedTester getTester()
           
 void removeListener(NetworkAdminSpeedTestScheduledTestListener listener)
           
 boolean start()
           
 

Method Detail

getTester

NetworkAdminSpeedTester getTester()

getMaxUpBytePerSec

long getMaxUpBytePerSec()
These are the limits up to which the test can run, not the result of the test

Returns:

getMaxDownBytePerSec

long getMaxDownBytePerSec()

start

boolean start()

abort

void abort()

addListener

void addListener(NetworkAdminSpeedTestScheduledTestListener listener)

removeListener

void removeListener(NetworkAdminSpeedTestScheduledTestListener listener)