Provider

interface Provider

Interface for an object capable of providing an Instrument.

Functions

getInstrument
Link copied to clipboard
abstract fun <I : Instrument?> getInstrument(@NonNull instrumentClass: Class<I>): I
Gets an instrument.
abstract fun <I : Instrument?> getInstrument(@NonNull instrumentClass: Class<I>, @NonNull observer: Ref.Observer<I>): Ref<I>
Gets an instrument and registers an observer notified each time it changes.

Inheritors

Drone
Link copied to clipboard
RemoteControl
Link copied to clipboard