Observer
open class Observer(event: TorEvent, tag: String?, executor: OnEvent.Executor?, onEvent: OnEvent<String>) : Event.Observer<String, TorEvent> (source)
Model to be registered with a Processor for being notified via OnEvent invocation with TorEvent data.
See also
Properties
Functions
Link copied to clipboard
Optional override for inheritors to do things before invoking actual OnEvent callback (if at all) within the confines of the OnEvent.Executor context.