|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.LBMSourceEventFlightSizeNotification
public class LBMSourceEventFlightSizeNotification
LBM Source Event Flight Size Notification class. Contains type and state of current flight size
Constructor Summary | |
---|---|
LBMSourceEventFlightSizeNotification(int type,
int state)
Creates an LBMSourceEventFlightSizeNotification with fields initialized to the given values. |
Method Summary | |
---|---|
int |
state()
Get state. |
int |
type()
Get type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LBMSourceEventFlightSizeNotification(int type, int state)
type
- type of flight size in question.state
- current state (over or under).Method Detail |
---|
public int type()
public int state()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |