Package com.crashnote.appengine.collect

Examples of com.crashnote.appengine.collect.AppengineCollector


        return new AppengineSender(this);
    }

    @Override
    public Collector getCollector() {
        return new AppengineCollector(this);
    }
View Full Code Here

TOP

Related Classes of com.crashnote.appengine.collect.AppengineCollector

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.