createProtected

protected abstract fun createProtected(args: A): UI(source)

Implementors MUST utilize args to instantiate a new instance of the AbstractTorServiceUI implementation. If args were not consumed by the returned instance, an exception will be thrown by createProtected.

See also