ObserverIfc

interface ObserverIfc<T>

This interface works with observers as a call back function for when the observable needs observing

Author

rossetti

Inheritors

Functions

Link copied to clipboard
abstract fun onChange(newValue: T)

This method is called when the observable needs observing