Package org.greenrobot.eventbus.util
Interface AsyncExecutor.RunnableEx
-
- Enclosing class:
- AsyncExecutor
public static interface AsyncExecutor.RunnableEx
LikeRunnable
, but the run method may throw an exception.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
-