Package com.aetrion.flickr.photos.transform

Examples of com.aetrion.flickr.photos.transform.TransformInterface


        return testInterface;
    }

    public TransformInterface getTransformInterface() {
        if (transformInterface == null) {
            transformInterface = new TransformInterface(apiKey, sharedSecret, transport);
        }
        return transformInterface;
    }
View Full Code Here

TOP

Related Classes of com.aetrion.flickr.photos.transform.TransformInterface

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.