SetChangeListener

interface SetChangeListener<E>

When programming in the typical Kotlin style, this isn't used, because you'll use a lambda instead.

See ObservableSet.addChangeListener.

Inheritors

Functions

Link copied to clipboard
abstract fun changed(list: ObservableSet<E>, change: SetChange<E>)