kvision / pl.treksoft.kvision.data / DataUpdatable

DataUpdatable

interface DataUpdatable

Interface for updatable container.

Functions

update

abstract fun update(): Unit

Inheritors

DataContainer

class DataContainer<M : DataComponent, C : Component> : Widget, Container, DataUpdatable

A container class with support for observable data model.