public interface ThreadEnforcer
Modifier and Type | Field and Description |
---|---|
static ThreadEnforcer |
ANDROID
A
ThreadEnforcer that confines Bus methods to the main thread. |
static ThreadEnforcer |
ANY
A
ThreadEnforcer that does no verification. |
static final ThreadEnforcer ANY
ThreadEnforcer
that does no verification.static final ThreadEnforcer ANDROID
ThreadEnforcer
that confines Bus
methods to the main thread.void enforce(Bus bus)
bus
. Implementations may throw any runtime exception.bus
- Event bus instance on which an action is being performed.