interface AvailableListener
Listener on value availability.
A value is available if and only if a call tosatisfy().get()
returns the value immediately.
onAvailableChanged |
Method called when the availability changes. abstract fun onAvailableChanged(available: Boolean): Unit |