DEBUG

Properties

Link copied to clipboard
@JvmField
val name: String

Functions

Link copied to clipboard
protected override fun createProtected(event: TorEvent, tag: String?, executor: OnEvent.Executor?, onEvent: OnEvent<String>): TorEvent.Observer

Protected factory function for creating instances of the Event.Observer implementation.

Link copied to clipboard
fun observer(onEvent: OnEvent<String>): TorEvent.Observer

Creates a new observer for subscribing to its events.

fun observer(tag: String, onEvent: OnEvent<String>): TorEvent.Observer

Creates a new observer with the provided tag for subscribing to its events.

fun observer(tag: String?, executor: OnEvent.Executor?, onEvent: OnEvent<String>): TorEvent.Observer

Creates a new observer with the provided tag and executor for subscribing to its events.