C# Class FastQuant.EventController

Datei anzeigen Open project: fastquant/fastquant.dll

Public Methods

Method Description
Emit ( Event e ) : void
EventController ( Framework framework ) : System
OnCommand ( Command command ) : void

Method Details

Emit() public method

public Emit ( Event e ) : void
e Event
return void

EventController() public method

public EventController ( Framework framework ) : System
framework Framework
return System

OnCommand() public method

public OnCommand ( Command command ) : void
command Command
return void