C# Class Story.Core.Handlers.ConsoleHandler

Inheritance: IStoryHandler
Mostrar archivo Open project: narratr/story

Public Methods

Method Description
ConsoleHandler ( string name, IStoryFormatter storyFormatter = null ) : System
OnStop ( IStory story ) : void

Method Details

ConsoleHandler() public method

public ConsoleHandler ( string name, IStoryFormatter storyFormatter = null ) : System
name string
storyFormatter IStoryFormatter
return System

OnStop() public method

public OnStop ( IStory story ) : void
story IStory
return void