C# Class FastQuant.EventController

Afficher le fichier Open project: fastquant/fastquant.dll

Méthodes publiques

Méthode Description
Emit ( Event e ) : void
EventController ( Framework framework ) : System
OnCommand ( Command command ) : void

Method Details

Emit() public méthode

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

EventController() public méthode

public EventController ( Framework framework ) : System
framework Framework
Résultat System

OnCommand() public méthode

public OnCommand ( Command command ) : void
command Command
Résultat void