C# Class Story.Core.Handlers.ActionHandler

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

Public Methods

Method Description
ActionHandler ( string name, Action stopAction ) : System
ActionHandler ( string name, Action startAction, Action stopAction ) : System
OnStart ( IStory story ) : void
OnStop ( IStory story ) : void

Method Details

ActionHandler() public method

public ActionHandler ( string name, Action stopAction ) : System
name string
stopAction Action
return System

ActionHandler() public method

public ActionHandler ( string name, Action startAction, Action stopAction ) : System
name string
startAction Action
stopAction Action
return System

OnStart() public method

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

OnStop() public method

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