Package-level declarations

Types

Link copied to clipboard
abstract class DataController<T>

Abstract controller for managing a list of data and notifying listeners on changes.

Link copied to clipboard

ViewDataController is responsible for managing the data related to views. It extends DataController and uses a specific strategy to handle data operations.