C# Class Story.Core.Handlers.StoryHandlerBase

Inheritance: IStoryHandler
ファイルを表示 Open project: narratr/story

Public Methods

Method Description
OnStart ( IStory story ) : void
OnStop ( IStory story ) : void
StoryHandlerBase ( string name )

Method Details

OnStart() public method

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

OnStop() public method

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

StoryHandlerBase() public method

public StoryHandlerBase ( string name )
name string