Package lcmc.event

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

Related Classes of lcmc.event.DrbdStatusChangedEvent

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.