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

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

공개 메소드들

메소드 설명
OnStart ( IStory story ) : void
OnStop ( IStory story ) : void
StoryHandlerBase ( string name )

메소드 상세

OnStart() 공개 메소드

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

OnStop() 공개 메소드

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

StoryHandlerBase() 공개 메소드

public StoryHandlerBase ( string name )
name string