C# Class FastQuant.EventClient

Inheritance: IEventClient
Afficher le fichier Open project: fastquant/fastquant.dll

Méthodes publiques

Méthode Description
Emit ( Event e ) : void
EventClient ( EventDispatcher dispatcher ) : System
OnEvent ( Event e ) : void
OnQueue ( ) : void

Method Details

Emit() public méthode

public Emit ( Event e ) : void
e Event
Résultat void

EventClient() public méthode

public EventClient ( EventDispatcher dispatcher ) : System
dispatcher EventDispatcher
Résultat System

OnEvent() public méthode

public OnEvent ( Event e ) : void
e Event
Résultat void

OnQueue() public méthode

public OnQueue ( ) : void
Résultat void