C# Класс Story.Core.Handlers.ActionHandler

Наследование: StoryHandlerBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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