C# Class FiveUI.Port

Inheritance: IPort
Afficher le fichier Open project: GaloisInc/FiveUI

Méthodes publiques

Méthode Description
emit ( string eventType, string data ) : void
on ( string eventType, IDispatch listener ) : void
on ( string eventType, LambdaListener listener ) : void
once ( string eventType, IDispatch listener ) : void
once ( string eventType, LambdaListener listener ) : void
removeListener ( string eventType, IDispatch listener ) : void
removeListener ( string eventType, LambdaListener listener ) : void

Private Methods

Méthode Description
applyIDispatch ( IDispatch func, string data ) : void
applyListener ( FiveUI.Port.LambdaListener>.System.Tuple listener, string data ) : void
fromIDispatch ( IDispatch listener ) : LambdaListener
on ( string eventType, LambdaListener lambdaList, IDispatch dispList ) : void

Method Details

emit() public méthode

public emit ( string eventType, string data ) : void
eventType string
data string
Résultat void

on() public méthode

public on ( string eventType, IDispatch listener ) : void
eventType string
listener IDispatch
Résultat void

on() public méthode

public on ( string eventType, LambdaListener listener ) : void
eventType string
listener LambdaListener
Résultat void

once() public méthode

public once ( string eventType, IDispatch listener ) : void
eventType string
listener IDispatch
Résultat void

once() public méthode

public once ( string eventType, LambdaListener listener ) : void
eventType string
listener LambdaListener
Résultat void

removeListener() public méthode

public removeListener ( string eventType, IDispatch listener ) : void
eventType string
listener IDispatch
Résultat void

removeListener() public méthode

public removeListener ( string eventType, LambdaListener listener ) : void
eventType string
listener LambdaListener
Résultat void