ScreenEventSource

fun interface ScreenEventSource

Abstract source of screen events consumed by ReplayEngine. Phase 34 provides the real adapter; Plan 04 ships the interface only so the lifecycle observer can be unit-tested with a deterministic Flow.

Functions

Link copied to clipboard
abstract fun events(): Flow<Unit>