LIFECYCLE
Events pertaining to an object's lifecycle.
e.g. (println observer for LIFECYCLE, EXECUTE.ACTION)
Lifecycle.Event[obj=RealTorRuntime[fid=6E96…6985]@1625090026, name=onCreate]
StartJob[name=StartDaemon, state=Executing]@1652817137
Lifecycle.Event[obj=TorDaemon[fid=6E96…6985]@158078174, name=onCreate]
Lifecycle.Event[obj=TorDaemon[fid=6E96…6985]@158078174, name=onStart]
Lifecycle.Event[obj=RealTorCtrl[fid=6E96…6985]@1682130731, name=onCreate]
RestartJob[name=RestartDaemon, state=Executing]@1830373812
Lifecycle.Event[obj=TorDaemon[fid=6E96…6985]@85303615, name=onCreate]
Lifecycle.Event[obj=TorDaemon[fid=6E96…6985]@158078174, name=onStop]
Lifecycle.Event[obj=TorDaemon[fid=6E96…6985]@158078174, name=onDestroy]
Lifecycle.Event[obj=RealTorCtrl[fid=6E96…6985]@1682130731, name=onDestroy]
Lifecycle.Event[obj=TorDaemon[fid=6E96…6985]@85303615, name=onStart]
Lifecycle.Event[obj=RealTorCtrl[fid=6E96…6985]@1241844104, name=onCreate]
StopJob[name=StopDaemon, state=Executing]@560446930
Lifecycle.Event[obj=RealTorCtrl[fid=6E96…6985]@1241844104, name=onDestroy]
Lifecycle.Event[obj=TorDaemon[fid=6E96…6985]@85303615, name=onStop]
Lifecycle.Event[obj=TorDaemon[fid=6E96…6985]@85303615, name=onDestroy]
Content copied to clipboard
See also
Functions
Link copied to clipboard
protected override fun createProtected(event: RuntimeEvent<Lifecycle.Event>, tag: String?, executor: OnEvent.Executor?, onEvent: OnEvent<Lifecycle.Event>): RuntimeEvent.Observer<Lifecycle.Event>
Link copied to clipboard
fun observer(tag: String, onEvent: OnEvent<Lifecycle.Event>): RuntimeEvent.Observer<Lifecycle.Event>
fun observer(tag: String?, executor: OnEvent.Executor?, onEvent: OnEvent<Lifecycle.Event>): RuntimeEvent.Observer<Lifecycle.Event>