com.neeve.client
Class ClientEvents.CongestionEventData

java.lang.Object
  extended by com.neeve.client.ClientEvents.CongestionEventData
Enclosing class:
ClientEvents

public static class ClientEvents.CongestionEventData
extends Object

Data object for the ClientEvents.EVENT_CONGESTION event.


Field Summary
 int flow
          The flow that is congested.
 
Constructor Summary
ClientEvents.CongestionEventData(int flow)
          Constructor.
 
Method Summary
 String toString()
          Get a string representation of the object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

flow

public final int flow
The flow that is congested.

Constructor Detail

ClientEvents.CongestionEventData

public ClientEvents.CongestionEventData(int flow)
Constructor.

Method Detail

toString

public String toString()
Get a string representation of the object

Overrides:
toString in class Object


Copyright © 2015 Neeve Research, LLC. All Rights Reserved.