IApplicationRunnerConsumer

Description

interface Tinman.Engine.Application.IApplicationRunnerConsumer

Base interface for classes that consume IApplicationRunner values.

Public / Methods

Runner​Attach


public method RunnerAttach → (1)

runner in : IApplicationRunner

[not-null]
The application runner.

Provides the enclosing IApplicationRunner.

Calling of this method is optional. Implementations of IApplication should not depend on the availability of an IApplicationRunner context object.

Runner​Detach


public method RunnerDetach → ()

Clears the reference to the enclosing IApplicationRunner.