AeroGear Android Library 1.1.0

Uses of Class
org.jboss.aerogear.android.pipeline.AbstractCallback

Packages that use AbstractCallback
org.jboss.aerogear.android.pipeline   
org.jboss.aerogear.android.pipeline.support   
 

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

Subclasses of AbstractCallback in org.jboss.aerogear.android.pipeline
 class AbstractActivityCallback<T>
          LoaderPipe and AuthenticationModule instances which consume callbacks of this type will supply it with a Activity instance before onSuccess or onFailure are called.
 class AbstractFragmentCallback<T>
          LoaderPipe and AuthenticationModule instances which consume callbacks of this type will supply it with a Activity instance before onSuccess or onFailure are called.
 

Uses of AbstractCallback in org.jboss.aerogear.android.pipeline.support
 

Subclasses of AbstractCallback in org.jboss.aerogear.android.pipeline.support
 class AbstractFragmentActivityCallback<T>
          LoaderPipe and AuthenticationModule instances which consume callbacks of this type will supply it with a Activity instance before onSuccess or onFailure are called.
 class AbstractSupportFragmentCallback<T>
          LoaderPipe and AuthenticationModule instances which consume callbacks of this type will supply it with a Activity instance before onSuccess or onFailure are called.
 


AeroGear Android Library 1.1.0

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.