Package lcmc.event

Examples of lcmc.event.BlockDevicesChangedEvent


        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;
            physicalVolumes = newPhysicalVolumes;
            volumeGroupsWithLvs = newVolumeGroupsLVS;
        }
        if (changedTypes.contains(DISK_SPACE_DELIM)) {
View Full Code Here

TOP

Related Classes of lcmc.event.BlockDevicesChangedEvent

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.