public class AvailableStationDataEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DOWN |
static int |
UNKNOWN |
static int |
UP |
Constructor and Description |
---|
AvailableStationDataEvent(Station station,
int isUp) |
Modifier and Type | Method and Description |
---|---|
Station |
getStation() |
int |
getStationStatus() |
boolean |
isStatusKnown() |
boolean |
stationIsUp() |
public static final int UP
public static final int DOWN
public static final int UNKNOWN
public AvailableStationDataEvent(Station station, int isUp)
public Station getStation()
public boolean stationIsUp()
public boolean isStatusKnown()
public int getStationStatus()