Examples of DrbdStatusChangedEvent


Examples of lcmc.event.DrbdStatusChangedEvent

        return NOTHING_SELECTED;
    }

    public void setDrbdStatusOk(final boolean drbdStatusOk) {
        this.drbdStatusOk = drbdStatusOk;
        eventBus.post(new DrbdStatusChangedEvent(this, drbdStatusOk));
    }
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.