- All Known Implementing Classes:
- AndroidMainThread
public interface MainThread
Abstraction created to represent the application main thread. This interface is used to send
messages from a background thread to the UI thread. The usage of interfaces to abstract the
execution context is really useful for testing.