Searched refs:onInterfaceAddressRemoved (Results 1 – 3 of 3) sorted by relevance
139 public void onInterfaceAddressRemoved(String addr, in onInterfaceAddressRemoved() method in NetworkObserverRegistry142 invokeForAllObservers(o -> o.onInterfaceAddressRemoved(address, ifName)); in onInterfaceAddressRemoved()
47 default void onInterfaceAddressRemoved(LinkAddress address, String ifName) {} in onInterfaceAddressRemoved() method
192 public void onInterfaceAddressRemoved(LinkAddress address, String iface) { in onInterfaceAddressRemoved() method in IpClientLinkObserver