AsyncExecutor.RunnableEx
using a thread pool.Runnable
, but the run method may throw an exception.ErrorDialogFragmentFactory.Honeycomb
or
ErrorDialogFragmentFactory.Support
.EventBus
instance to with the original event was posted to.EventBus
instance to with the original event was posted to.RuntimeException
thrown in cases something went wrong inside EventBus.AsyncExecutor.RunnableEx
throws an Exception.EventBus.register(Object)
, but allows to define a custom method name for event handler methods.EventBus.register(Object)
, but only registers the subscriber for the given event types.EventBus.register(Object, String)
, but only registers the subscriber for the given event types.EventBus.register(Object)
, but also triggers delivery of the most recent sticky event (posted with
EventBus.postSticky(Object)
) to the given subscriber.EventBus.registerSticky(Object)
, but allows to define a custom method name for event handler methods.EventBus.registerSticky(Object)
, but only registers the subscriber for the given event types.EventBus.registerSticky(Object, String)
, but only registers the subscriber for the given event types.Available under the Apache License, Version 2.0 - Copyright © 2012-2013 greenrobot.de. All Rights Reserved.