Searched refs:invokeForAllObservers (Results 1 – 1 of 1) sorted by relevance
437 private void invokeForAllObservers(NetworkManagementEventCallback eventCallback) { in invokeForAllObservers() method in NetworkManagementService455 invokeForAllObservers(o -> o.interfaceStatusChanged(iface, up)); in notifyInterfaceStatusChanged()463 invokeForAllObservers(o -> o.interfaceLinkStateChanged(iface, up)); in notifyInterfaceLinkStateChanged()470 invokeForAllObservers(o -> o.interfaceAdded(iface)); in notifyInterfaceAdded()482 invokeForAllObservers(o -> o.interfaceRemoved(iface)); in notifyInterfaceRemoved()489 invokeForAllObservers(o -> o.limitReached(limitName, iface)); in notifyLimitReached()537 invokeForAllObservers(o -> o.interfaceClassDataActivityChanged( in notifyInterfaceClassActivity()742 invokeForAllObservers(o -> o.addressUpdated(iface, address)); in notifyAddressUpdated()749 invokeForAllObservers(o -> o.addressRemoved(iface, address)); in notifyAddressRemoved()756 invokeForAllObservers(o -> o.interfaceDnsServerInfo(iface, lifetime, addresses)); in notifyInterfaceDnsServerInfo()[all …]