C# Class Story.Core.Handlers.CompositeHandler

Inheritance: StoryHandlerBase
Afficher le fichier Open project: narratr/story

Méthodes publiques

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

Method Details

AddHandler() public méthode

public AddHandler ( IStoryHandler storyHandler ) : void
storyHandler IStoryHandler
Résultat void

CompositeHandler() public méthode

public CompositeHandler ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic

OnStart() public méthode

public OnStart ( IStory story ) : void
story IStory
Résultat void

OnStop() public méthode

public OnStop ( IStory story ) : void
story IStory
Résultat void