Package lcmc.event

Examples of lcmc.event.BlockDevicesDiskSpaceEvent


            drbdBlockDevices = newDrbdBlockDevices;
            physicalVolumes = newPhysicalVolumes;
            volumeGroupsWithLvs = newVolumeGroupsLVS;
        }
        if (changedTypes.contains(DISK_SPACE_DELIM)) {
            eventBus.post(new BlockDevicesDiskSpaceEvent(this, diskSpaces));
        }

        if (changedTypes.contains(VG_INFO_DELIM)) {
            volumeGroups = newVolumeGroups;
        }
View Full Code Here

TOP

Related Classes of lcmc.event.BlockDevicesDiskSpaceEvent

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.