Interface | Description |
---|---|
AsyncExecutor.RunnableEx |
Like
Runnable , but the run method may throw an exception. |
HasExecutionScope |
Class | Description |
---|---|
AsyncExecutor |
Executes an
AsyncExecutor.RunnableEx using a thread pool. |
AsyncExecutor.Builder | |
ErrorDialogConfig | |
ErrorDialogFragmentFactory<T> |
Factory to allow injecting a more complex exception mapping; typically you would subclass one of
ErrorDialogFragmentFactory.Honeycomb or
ErrorDialogFragmentFactory.Support . |
ErrorDialogFragmentFactory.Honeycomb | |
ErrorDialogFragmentFactory.Support | |
ErrorDialogFragments | |
ErrorDialogFragments.Honeycomb | |
ErrorDialogFragments.Support | |
ErrorDialogManager |
Central class for app that want to use event based error dialogs.
|
ErrorDialogManager.HoneycombManagerFragment | |
ErrorDialogManager.SupportManagerFragment | |
ExceptionToResourceMapping |
Maps throwables to texts for error dialogs.
|
ThrowableFailureEvent |
A generic failure event, which can be used by apps to propagate thrown exceptions.
|
Available under the Apache License, Version 2.0 - Copyright © 2012-2014 greenrobot.de. All Rights Reserved.