public class

SingleLiveEvent

extends
java.lang.Object
   ↳
     ↳ com.mapsted.ui.SingleLiveEvent<T>

Summary

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, observer)
void setValue(T t)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String TAG

Constant Value: "SingleLiveEvent"

Public Constructors

public SingleLiveEvent ()

Public Methods

public void call ()

Used for cases where T is Void, to make calls cleaner.

public void observe (LifecycleOwner owner, observer)

public void setValue (T t)