public interface ConnectivityListener
Modifier and Type | Method and Description |
---|---|
void |
onLinkAdded(Link link)
Notifies the underlying listener that a link has been added.
|
void |
onLinkRemoved(Link link)
Notifies the underlying listener that a link has been removed.
|