C# Class DowjonesEventWrapper, ave-2015-16-sem1-i41n

ファイルを表示 Open project: isel-leic-ave/ave-2015-16-sem1-i41n

Public Methods

Method Description
AddHandler ( DowjonesEventHandler handler ) : void
DowjonesEventWrapper ( ) : System
Pull ( ) : void
RemoveHandler ( DowjonesEventHandler handler ) : void

Method Details

AddHandler() public method

public AddHandler ( DowjonesEventHandler handler ) : void
handler DowjonesEventHandler
return void

DowjonesEventWrapper() public method

public DowjonesEventWrapper ( ) : System
return System

Pull() public method

public Pull ( ) : void
return void

RemoveHandler() public method

public RemoveHandler ( DowjonesEventHandler handler ) : void
handler DowjonesEventHandler
return void