C# Class FastQuant.EventDispatcher

Mostra file Open project: fastquant/fastquant.dll Class Usage Examples

Protected Properties

Property Type Description
framework Framework

Public Methods

Method Description
Add ( IEventClient client ) : void
Emit ( Event e ) : void
EventDispatcher ( ) : System
EventDispatcher ( Framework framework ) : System
OnEvent ( Event e ) : void
Remove ( IEventClient client ) : void

Private Methods

Method Description
method_0 ( ) : void
method_1 ( Event event_0 ) : void

Method Details

Add() public method

public Add ( IEventClient client ) : void
client IEventClient
return void

Emit() public method

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

EventDispatcher() public method

public EventDispatcher ( ) : System
return System

EventDispatcher() public method

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

OnEvent() public method

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

Remove() public method

public Remove ( IEventClient client ) : void
client IEventClient
return void

Property Details

framework protected_oe property

protected Framework,FastQuant framework
return Framework