AeroGear Android Libary 1.0.0.M1

org.jboss.aerogear.android
Interface Provider<T>

All Known Implementing Classes:
HttpProviderFactory

public interface Provider<T>


Method Summary
 T get(Object... in)
          Constructs and returns an object of type T
 

Method Detail

get

T get(Object... in)
Constructs and returns an object of type T

Parameters:
in - a variable number of parameters to pass to the constructor
Returns:
an instance of T

AeroGear Android Libary 1.0.0.M1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.