public interface NetworkListener
| Modifier and Type | Method and Description |
|---|---|
void |
deviceDetected(Network gw,
PanStamp dev)
A previously unknown device was detected on the SWAP network.
|
void |
deviceRemoved(Network gw,
PanStamp dev)
A device was removed from the network.
|
void |
networkClosed(Network nw)
The network was closed.
|
void |
networkOpened(Network nw)
The network was opened.
|
void deviceDetected(Network gw, PanStamp dev)
gw - The gateway involved.dev - The device detected.void deviceRemoved(Network gw, PanStamp dev)
gw - The gateway involved.dev - The device removed.void networkOpened(Network nw)
nw - The network.void networkClosed(Network nw)
nw - The network.Copyright © 2015. All rights reserved.