C# Класс BalloonsPop.GraphicUserInterface.EventEngine

Extends the EngineCore to compile with the application's graphic interface.
Наследование: BalloonsPop.Core.EngineCore
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EventEngine ( IContext ctx, WpfBundle depBundle ) : System

Initializes a new instance of the EventEngine class.

HandleUserInput ( object sender, EventArgs e ) : void

The method which handles user input by delegating events in compatible form to the core.

SetPlayerNameInContext ( object sender, EventArgs e ) : void

Sets the player name in the context when it is changed in the view.

Описание методов

EventEngine() публичный Метод

Initializes a new instance of the EventEngine class.
public EventEngine ( IContext ctx, WpfBundle depBundle ) : System
ctx IContext
depBundle WpfBundle
Результат System

HandleUserInput() публичный Метод

The method which handles user input by delegating events in compatible form to the core.
public HandleUserInput ( object sender, EventArgs e ) : void
sender object The object that raised the event.
e System.EventArgs The event arguments provided by the raiser.
Результат void

SetPlayerNameInContext() публичный Метод

Sets the player name in the context when it is changed in the view.
public SetPlayerNameInContext ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void