DataBufferObserver.Observable

public static interface DataBufferObserver.Observable
Known Indirect Subclasses

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

Public Method Summary

abstract void
addObserver(DataBufferObserver observer)
Register the given observer for receiving change notifications.
abstract void
removeObserver(DataBufferObserver observer)
Unregister the given observer from receiving change notifications.

Public Methods

public abstract void addObserver (DataBufferObserver observer)

Register the given observer for receiving change notifications.

public abstract void removeObserver (DataBufferObserver observer)

Unregister the given observer from receiving change notifications.