HookingSceneDispatcher

In package com.nhaarman.acorn.android.experimental

class com.nhaarman.acorn.android.experimental.HookingSceneDispatcher

A SceneDispatcher that wraps an existing instance, notifying the experimental AcornEvents class of dispatching events.

Methods

fun dispatchScenesFor(navigator: Navigator): DisposableHandle

Starts dispatching the Scene instances for given navigator.

By disposing the resulting DisposableHandle one can stop the dispatching.

Parameters: