Refreshable

interface Refreshable

An Interface for setting and getting the refreshInterval of an object. This interface will be used to set or get the refreshInterval of an object that supports a refresh interval. The get method returns a refreshInterval (in milliseconds) and not the interface Refreshable.

Since

200.2.0

Inheritors

Properties

Link copied to clipboard
abstract var refreshInterval: Long?

The objects refresh interval. The refresh interval, in milliseconds. A refresh interval of null means never refresh.