C# 클래스 RunJS.Core.JsEventObject

Class used to handle events in JS.
상속: Jurassic.Library.ObjectInstance
파일 보기 프로젝트 열기: Alxandr/RunJS

공개 메소드들

메소드 설명
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