C# Класс RunJS.Core.JsEventObject

Class used to handle events in JS.
Наследование: Jurassic.Library.ObjectInstance
Показать файл Открыть проект

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

Метод Описание
JsEventObject ( ObjectInstance prototype, ScriptRunner runner ) : System.Collections.Generic

Initializes a new instance of the JsEventObject class.

Защищенные методы

Метод Описание
Fire ( string eventName ) : void

Fires the specified event name.

Приватные методы

Метод Описание
Ignore ( string eventName ) : void
Ignore ( string eventName, FunctionInstance fn ) : void
Listen ( ObjectInstance eventsToListen ) : void
Listen ( string eventName, FunctionInstance fn ) : void

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

Fire() защищенный Метод

Fires the specified event name.
protected Fire ( string eventName ) : void
eventName string Name of the event.
Результат void

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

Initializes a new instance of the JsEventObject class.
public JsEventObject ( ObjectInstance prototype, ScriptRunner runner ) : System.Collections.Generic
prototype Jurassic.Library.ObjectInstance The prototype.
runner ScriptRunner The runner.
Результат System.Collections.Generic