TimeOutObject

Created by svennahler on 02.07.16.

open class TimeOutObject<T>

Constructors

TimeOutObject
Link copied to clipboard
open fun TimeOutObject()

Types

Callback
Link copied to clipboard
interface Callback<T>

Functions

setTimeOut
Link copied to clipboard
open fun setTimeOut(timeoutMilliseconds: Int, object: T): TimeOutObject

Properties

callback
Link copied to clipboard
private open var callback: TimeOutObject.Callback<T>