Package org.zeroexchange.collaboration.contract.event

Examples of org.zeroexchange.collaboration.contract.event.ResourceSupplyConfirmed


                evaluator,
                BasicAssessmentTypes.BUSINESS_QUALITY,
                confirmationData.getBusinessQuality(),
                confirmationData.getBusinessQualityComment());//TODO: send this information in event (below);Use 'Assessment' structures?
       
        eventsDispatcher.publishEvent(new ResourceSupplyConfirmed(
                resource.getContract(), resource));
       
        //Reload the page
        forward();
    }
View Full Code Here

TOP

Related Classes of org.zeroexchange.collaboration.contract.event.ResourceSupplyConfirmed

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.