Package org.greenrobot.eventbus.util
Class ErrorDialogFragmentFactory.Support
- java.lang.Object
-
- org.greenrobot.eventbus.util.ErrorDialogFragmentFactory<android.support.v4.app.Fragment>
-
- org.greenrobot.eventbus.util.ErrorDialogFragmentFactory.Support
-
- Enclosing class:
- ErrorDialogFragmentFactory<T>
public static class ErrorDialogFragmentFactory.Support extends ErrorDialogFragmentFactory<android.support.v4.app.Fragment>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.greenrobot.eventbus.util.ErrorDialogFragmentFactory
ErrorDialogFragmentFactory.Honeycomb, ErrorDialogFragmentFactory.Support
-
-
Field Summary
-
Fields inherited from class org.greenrobot.eventbus.util.ErrorDialogFragmentFactory
config
-
-
Constructor Summary
Constructors Constructor Description Support(ErrorDialogConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected android.support.v4.app.FragmentcreateErrorFragment(ThrowableFailureEvent event, android.os.Bundle arguments)Returns either a new Honeycomb+ or a new support library DialogFragment.-
Methods inherited from class org.greenrobot.eventbus.util.ErrorDialogFragmentFactory
getMessageFor, getTitleFor, prepareErrorFragment
-
-
-
-
Constructor Detail
-
Support
public Support(ErrorDialogConfig config)
-
-
Method Detail
-
createErrorFragment
protected android.support.v4.app.Fragment createErrorFragment(ThrowableFailureEvent event, android.os.Bundle arguments)
Description copied from class:ErrorDialogFragmentFactoryReturns either a new Honeycomb+ or a new support library DialogFragment.- Specified by:
createErrorFragmentin classErrorDialogFragmentFactory<android.support.v4.app.Fragment>
-
-