AeroGear Android Libary 1.0.0.M1

Uses of Interface
org.jboss.aerogear.android.Callback

Packages that use Callback
org.jboss.aerogear.android.authentication   
org.jboss.aerogear.android.authentication.impl   
org.jboss.aerogear.android.impl.pipeline   
org.jboss.aerogear.android.pipeline   
 

Uses of Callback in org.jboss.aerogear.android.authentication
 

Methods in org.jboss.aerogear.android.authentication with parameters of type Callback
 void AuthenticationModule.enroll(Map<String,String> userData, Callback<HeaderAndBody> callback)
          Will try to register a user with a service using userData.
 void AbstractAuthenticationModule.enroll(Map<String,String> userData, Callback<HeaderAndBody> callback)
           
 void AuthenticationModule.login(String username, String password, Callback<HeaderAndBody> callback)
          Will try to log in a user using username and password.
 void AbstractAuthenticationModule.login(String username, String password, Callback<HeaderAndBody> callback)
           
 void AuthenticationModule.logout(Callback<Void> callback)
          Performs a logout of the current user.
 void AbstractAuthenticationModule.logout(Callback<Void> callback)
           
 

Uses of Callback in org.jboss.aerogear.android.authentication.impl
 

Methods in org.jboss.aerogear.android.authentication.impl with parameters of type Callback
 void AGSecurityAuthenticationModule.enroll(Map<String,String> userData, Callback<HeaderAndBody> callback)
           
 void AGSecurityAuthenticationModule.login(String username, String password, Callback<HeaderAndBody> callback)
           
 void AGSecurityAuthenticationModule.logout(Callback<Void> callback)
           
 

Uses of Callback in org.jboss.aerogear.android.impl.pipeline
 

Methods in org.jboss.aerogear.android.impl.pipeline with parameters of type Callback
 void RestAdapter.read(Callback<List<T>> callback)
          Reads all the data from the underlying server connection.
 void RestAdapter.readWithFilter(ReadFilter filter, Callback<List<T>> callback)
           
 void RestAdapter.remove(String id, Callback<Void> callback)
          Removes an object from the underlying server connection.
 void RestAdapter.save(T data, Callback<T> callback)
           
 

Uses of Callback in org.jboss.aerogear.android.pipeline
 

Methods in org.jboss.aerogear.android.pipeline with parameters of type Callback
 void Pipe.read(Callback<List<T>> callback)
          Reads all the data from the underlying server connection.
 void Pipe.readWithFilter(ReadFilter filter, Callback<List<T>> callback)
          Reads all the data from the underlying server connection.
 void Pipe.remove(String id, Callback<Void> callback)
          Removes an object from the underlying server connection.
 void Pipe.save(T item, Callback<T> callback)
          Saves or updates a given object on the server.
 


AeroGear Android Libary 1.0.0.M1

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