Package lcmc.event

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

Related Classes of lcmc.event.BridgesChangedEvent

Copyright © 2018 www.massapicom. 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.