| Interface | Description |
|---|---|
| LoaderPipe<T> |
Sometimes a Pipe will actually be wrapped in a Loader.
|
| Pipe<T> |
A
Pipe represents a server connection. |
| PipeFactory | |
| PipeHandler<T> |
Classes which implement this interface provide the logic for how pipes
interact with services.
|
| PipeType |
| Class | Description |
|---|---|
| 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. |
| AbstractCallback<T> |
This class provides a hashcode method for a callback based on constructor
parameters.
|
| 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. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.