JQueryCallback

external interface JQueryCallback(source)

Functions

Link copied to clipboard
abstract fun add(callbacks: Array<Function<*>>): JQueryCallback
abstract fun add(callbacks: Function<*>): JQueryCallback
Link copied to clipboard
abstract fun disable(): JQueryCallback
Link copied to clipboard
abstract fun disabled(): Boolean
Link copied to clipboard
abstract fun empty(): JQueryCallback
Link copied to clipboard
abstract fun fire(vararg arguments: Any): JQueryCallback
Link copied to clipboard
abstract fun fired(): Boolean
Link copied to clipboard
abstract fun fireWith(context: Any? = definedExternally, args: Array<Any>? = definedExternally): JQueryCallback
Link copied to clipboard
abstract fun has(callback: Function<*>): Boolean
Link copied to clipboard
abstract fun lock(): JQueryCallback
Link copied to clipboard
abstract fun locked(): Boolean
Link copied to clipboard
abstract fun remove(callbacks: Array<Function<*>>): JQueryCallback
abstract fun remove(callbacks: Function<*>): JQueryCallback