DEBUG
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
Creates a new observer for subscribing to its events.
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