C# Class FastQuant.EventClient

Inheritance: IEventClient
Datei anzeigen Open project: fastquant/fastquant.dll

Public Methods

Method Description
Emit ( Event e ) : void
EventClient ( EventDispatcher dispatcher ) : System
OnEvent ( Event e ) : void
OnQueue ( ) : void

Method Details

Emit() public method

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

EventClient() public method

public EventClient ( EventDispatcher dispatcher ) : System
dispatcher EventDispatcher
return System

OnEvent() public method

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

OnQueue() public method

public OnQueue ( ) : void
return void