C# Class Story.Core.Handlers.CompositeHandler

Inheritance: StoryHandlerBase
Mostrar archivo Open project: narratr/story

Public Methods

Method Description
AddHandler ( IStoryHandler storyHandler ) : void
CompositeHandler ( string name ) : System.Collections.Generic
OnStart ( IStory story ) : void
OnStop ( IStory story ) : void

Method Details

AddHandler() public method

public AddHandler ( IStoryHandler storyHandler ) : void
storyHandler IStoryHandler
return void

CompositeHandler() public method

public CompositeHandler ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

OnStart() public method

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

OnStop() public method

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