UM Java API
6.16.1
|
Public Member Functions | |
LBMSourceEventFlightSizeNotification (int type, int state) | |
int | type () |
int | state () |
LBM Source Event Flight Size Notification class. Contains type and state of current flight size
com.latencybusters.lbm.LBMSourceEventFlightSizeNotification.LBMSourceEventFlightSizeNotification | ( | int | type, |
int | state | ||
) |
Creates an LBMSourceEventFlightSizeNotification with fields initialized to the given values.
type | type of flight size in question. |
state | current state (over or under). |
References com.latencybusters.lbm.LBMSourceEventFlightSizeNotification.state(), and com.latencybusters.lbm.LBMSourceEventFlightSizeNotification.type().
int com.latencybusters.lbm.LBMSourceEventFlightSizeNotification.state | ( | ) |
Get state.
References com.latencybusters.lbm.LBMSourceEventFlightSizeNotification.type().
Referenced by com.latencybusters.lbm.LBMSourceEventFlightSizeNotification.LBMSourceEventFlightSizeNotification().
int com.latencybusters.lbm.LBMSourceEventFlightSizeNotification.type | ( | ) |
Get type.
Referenced by com.latencybusters.lbm.LBMSourceEventFlightSizeNotification.LBMSourceEventFlightSizeNotification(), and com.latencybusters.lbm.LBMSourceEventFlightSizeNotification.state().