Package | Description |
---|---|
threadspack |
Modifier and Type | Field and Description |
---|---|
private WirelessData |
WifDataFinder.winterf
The WirelessData object of the monitored wireless interface.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<WirelessData> |
AvailableInterfaces.wirelessList
List that stores the available wireless interfaces that are found.
|
private java.util.List<WirelessData> |
DataPrinter.wirelessList
List that will store temporarily the available wireless interfaces to print them.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<WirelessData> |
AvailableInterfaces.getWirelessList() |
Modifier and Type | Method and Description |
---|---|
void |
WifDataFinder.startThread(java.lang.String wifname,
WirelessData winterf)
Sets the name and the WirelessData object of the wireless interface that this thread
will monitor and then starts running the thread.
|
Modifier and Type | Method and Description |
---|---|
void |
AvailableInterfaces.setWirelessList(java.util.List<WirelessData> wirelessList) |