Home Reference Source Repository
import AbstractUpdater from 'rodan-client/js/Updater/AbstractUpdater.js'
public class | source

AbstractUpdater

Direct Subclass:

PollUpdater, SocketUpdater

Base class for updaters.

Method Summary

Public Methods
public

clear()

Clears registered collections.

public

setCollections(collections: [BaseCollection])

Sets the collections that are to be updated.

public

update()

Updates registered collections.

Public Methods

public clear() source

Clears registered collections.

public setCollections(collections: [BaseCollection]) source

Sets the collections that are to be updated.

Params:

NameTypeAttributeDescription
collections [BaseCollection]

collections to be updated.

public update() source

Updates registered collections.