Package org.zeroexchange.resource.event

Examples of org.zeroexchange.resource.event.ResourceProvided


        assessmentDescriptor.setResource(resource);
        assessmentDescriptor.setContractId(resource.getContract().getId());
        assessmentDescriptor.setValue(businessQuality);
       
        //Perform resource auto-movement
        eventsDispatcher.publishEvent(new ResourceProvided(evaluator, assessmentDescriptor));
       
    }
View Full Code Here

TOP

Related Classes of org.zeroexchange.resource.event.ResourceProvided

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.