Closeable

interface Closeable

Represents an object which support the notion of closing. After closing an object its resources are freed.

Functions

close
Link copied to clipboard
common
abstract fun close()
Closes this Closeable.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

closed
Link copied to clipboard
common
open val closed: Boolean
closedValue
Link copied to clipboard
common
open val closedValue: ObservableValue<Boolean>
isClosed
Link copied to clipboard
common
abstract val isClosed: ObservableValue<Boolean>

Inheritors

TileGrid
Link copied to clipboard
InternalAnimationRunner
Link copied to clipboard
Renderer
Link copied to clipboard
UIEventProcessor
Link copied to clipboard
VirtualRenderer
Link copied to clipboard

Sources

(source)
Link copied to clipboard