C# 클래스 Story.Core.Handlers.ActionHandler

상속: StoryHandlerBase
파일 보기 프로젝트 열기: narratr/story

공개 메소드들

메소드 설명
ActionHandler ( string name, Action stopAction ) : System
ActionHandler ( string name, Action startAction, Action stopAction ) : System
OnStart ( IStory story ) : void
OnStop ( IStory story ) : void

메소드 상세

ActionHandler() 공개 메소드

public ActionHandler ( string name, Action stopAction ) : System
name string
stopAction Action
리턴 System

ActionHandler() 공개 메소드

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

OnStart() 공개 메소드

public OnStart ( IStory story ) : void
story IStory
리턴 void

OnStop() 공개 메소드

public OnStop ( IStory story ) : void
story IStory
리턴 void