Examples of BridgesChangedEvent


Examples of lcmc.event.BridgesChangedEvent

        if (changedTypes.contains(NET_INFO_DELIM)) {
            eventBus.post(new NetInterfacesChangedEvent(this, newNetInterfaces));
        }

        if (changedTypes.contains(BRIDGE_INFO_DELIM)) {
            eventBus.post(new BridgesChangedEvent(this, newBridges));
        }

        if (changedTypes.contains(DISK_INFO_DELIM)) {
            eventBus.post(new BlockDevicesChangedEvent(this, newBlockDevices.values()));
            drbdBlockDevices = newDrbdBlockDevices;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.