DataBufferObserver.Observable

public 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 methods

abstract void

Register the given observer for receiving change notifications.

abstract void

Unregister the given observer from receiving change notifications.

Public methods

addObserver

abstract void addObserver(DataBufferObserver observer)

Register the given observer for receiving change notifications.

removeObserver

abstract void removeObserver(DataBufferObserver observer)

Unregister the given observer from receiving change notifications.