C# Class SharpVectors.Scripting.ScriptableEventTarget

Implementation wrapper for IScriptableEventTarget
Inheritance: ScriptableObject, IScriptableEventTarget
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

Méthode Description
ScriptableEventTarget ( object baseObject ) : System
addEventListener ( string type, object listener, bool useCapture ) : void
dispatchEvent ( IScriptableEvent evt ) : bool
removeEventListener ( string type, object listener, bool useCapture ) : void

Method Details

ScriptableEventTarget() public méthode

public ScriptableEventTarget ( object baseObject ) : System
baseObject object
Résultat System

addEventListener() public méthode

public addEventListener ( string type, object listener, bool useCapture ) : void
type string
listener object
useCapture bool
Résultat void

dispatchEvent() public méthode

public dispatchEvent ( IScriptableEvent evt ) : bool
evt IScriptableEvent
Résultat bool

removeEventListener() public méthode

public removeEventListener ( string type, object listener, bool useCapture ) : void
type string
listener object
useCapture bool
Résultat void