Package org.greenrobot.eventbus
Interface MainThreadSupport
-
public interface MainThreadSupportInterface to the "main" thread, which can be whatever you like. Typically on Android, Android's main thread is used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PostercreatePoster(EventBus eventBus)booleanisMainThread()
-