qisdk / com.aldebaran.qi.sdk.services / Requirement / AvailableListener

AvailableListener

interface AvailableListener

Listener on value availability.

A value is available if and only if a call to satisfy().get() returns the value immediately.

Functions

onAvailableChanged

Method called when the availability changes.

abstract fun onAvailableChanged(available: Boolean): Unit