C# Class Story.Core.Handlers.StoryHandlerBase

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

Méthodes publiques

Méthode Description
OnStart ( IStory story ) : void
OnStop ( IStory story ) : void
StoryHandlerBase ( string name )

Method Details

OnStart() public méthode

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

OnStop() public méthode

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

StoryHandlerBase() public méthode

public StoryHandlerBase ( string name )
name string