DataBufferObserver.Observable

interface DataBufferObserver.Observable

Known direct subclasses
DataBufferObserverSet

Utility class for managing a set of observers and distributing their notifications.


Interface a data buffer can implement to expose the fact that it supports observation.

Summary

Public functions

Unit

Register the given observer for receiving change notifications.

Unit

Unregister the given observer from receiving change notifications.

Public functions

addObserver

fun addObserver(observer: DataBufferObserver!): Unit

Register the given observer for receiving change notifications.

removeObserver

fun removeObserver(observer: DataBufferObserver!): Unit

Unregister the given observer from receiving change notifications.