Package org.spw.volunteer.communication

Examples of org.spw.volunteer.communication.CommunicationDataProvider


     * Getter for property communicationDataProvider.
     * @return Value of property communicationDataProvider.
     */
    public CommunicationDataProvider getCommunicationDataProvider() {
        if (this.communicationDataProvider == null)
        this.communicationDataProvider = new CommunicationDataProvider();
        return this.communicationDataProvider;
    }
View Full Code Here

TOP

Related Classes of org.spw.volunteer.communication.CommunicationDataProvider

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.