Package javax.jmdns
Interface NetworkTopologyListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
JmmDNSImpl
Listener for network topology updates.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
A network address has been added.void
A network address has been removed.
-
Method Details
-
inetAddressAdded
A network address has been added.- Parameters:
event
- The NetworkTopologyEvent providing the name and fully qualified type of the service.
-
inetAddressRemoved
A network address has been removed.- Parameters:
event
- The NetworkTopologyEvent providing the name and fully qualified type of the service.
-