Package org.greenrobot.eventbus
Interface MainThreadSupport
-
- All Known Implementing Classes:
MainThreadSupport.AndroidHandlerMainThreadSupport
public interface MainThreadSupportInterface to the "main" thread, which can be whatever you like. Typically on Android, Android's main thread is used.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMainThreadSupport.AndroidHandlerMainThreadSupport
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.greenrobot.eventbus.PostercreatePoster(EventBus eventBus)booleanisMainThread()
-
-
-
Method Detail
-
isMainThread
boolean isMainThread()
-
createPoster
org.greenrobot.eventbus.Poster createPoster(EventBus eventBus)
-
-