| java.lang.Object | ||
| ↳ | ||
| ↳ | com.mapsted.ui.SingleLiveEvent<T> | |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | TAG | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SingleLiveEvent() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void |
call()
Used for cases where T is Void, to make calls cleaner.
| ||||||||||
| void |
observe(LifecycleOwner owner, | ||||||||||
| void | setValue(T t) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Used for cases where T is Void, to make calls cleaner.