public class LiveEvent<T>
extends <any>
Constructor and Description |
---|
LiveEvent() |
Modifier and Type | Method and Description |
---|---|
void |
call() |
void |
observe(LifecycleOwner lifecycleOwner,
<any> observer) |
void |
setValue(T value) |
public void observe(LifecycleOwner lifecycleOwner, <any> observer)
public void setValue(T value)
public void call()