lima.distribution
Class DServer.ClientSpeedUpdateEvent

java.lang.Object
  |
  +--lima.distribution.DServer.ClientEvent
        |
        +--lima.distribution.DServer.ClientSpeedUpdateEvent
All Implemented Interfaces:
Event
Enclosing class:
DServer

public class DServer.ClientSpeedUpdateEvent
extends lima.distribution.DServer.ClientEvent

An event indicating that the speed measurement of a client has been updated.


Field Summary
 java.lang.String address
           
 double speed
           
 
Constructor Summary
DServer.ClientSpeedUpdateEvent(java.lang.String address, double speed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

speed

public final double speed

address

public final java.lang.String address
Constructor Detail

DServer.ClientSpeedUpdateEvent

public DServer.ClientSpeedUpdateEvent(java.lang.String address,
                                      double speed)