Package net.java.trueupdate.agent.spec

Examples of net.java.trueupdate.agent.spec.UpdateAgentListener


        this.artifactDescriptor = requireNonNull(b.artifactDescriptor);
        this.currentLocation = requireNonEmpty(b.currentLocation);
        this.updateLocation = nonEmptyOr(b.updateLocation, currentLocation);
        this.updateAgentListener = null != b.listenerClass
                ? listener(b.listenerClass)
                : new UpdateAgentListener();
    }
View Full Code Here

TOP

Related Classes of net.java.trueupdate.agent.spec.UpdateAgentListener

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.