C# Class Story.Core.Handlers.ConsoleHandler

Inheritance: IStoryHandler
Afficher le fichier Open project: narratr/story

Méthodes publiques

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

Method Details

ConsoleHandler() public méthode

public ConsoleHandler ( string name, IStoryFormatter storyFormatter = null ) : System
name string
storyFormatter IStoryFormatter
Résultat System

OnStop() public méthode

public OnStop ( IStory story ) : void
story IStory
Résultat void