public interface LinkProviderService extends ProviderService<LinkProvider>
Modifier and Type | Method and Description |
---|---|
void |
linkDetected(LinkDescription linkDescription)
Signals that an infrastructure link has been detected.
|
void |
linksVanished(ConnectPoint connectPoint)
Signals that infrastructure links associated with the specified
connect point have vanished.
|
void |
linksVanished(DeviceId deviceId)
Signals that infrastructure links associated with the specified
device have vanished.
|
void |
linkVanished(LinkDescription linkDescription)
Signals that an infrastructure link has disappeared.
|
provider
void linkDetected(LinkDescription linkDescription)
linkDescription
- link informationvoid linkVanished(LinkDescription linkDescription)
linkDescription
- link informationvoid linksVanished(ConnectPoint connectPoint)
connectPoint
- connect pointvoid linksVanished(DeviceId deviceId)
deviceId
- device identifier