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

Inheritance: Observer
Show file Open project: isel-leic-ave/ave-2015-16-sem1-i41n Class Usage Examples

Public Methods

Method Description
Equals ( Object o ) : bool
Feedback ( int n ) : void
GetHashCode ( ) : int
Occurrence ( string title, string uri, DateTime when ) : void
SubscriberWrapper ( CountEventHandler h ) : System
SubscriberWrapper ( CounterWrapper, c ) : System
add ( DowjonesEventHandler handler ) : void
remove ( DowjonesEventHandler handler ) : void

Method Details

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

Feedback() public method

public Feedback ( int n ) : void
n int
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

Occurrence() public method

public Occurrence ( string title, string uri, DateTime when ) : void
title string
uri string
when DateTime
return void

SubscriberWrapper() public method

public SubscriberWrapper ( CountEventHandler h ) : System
h CountEventHandler
return System

SubscriberWrapper() public method

public SubscriberWrapper ( CounterWrapper, c ) : System
c CounterWrapper,
return System

add() public method

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

remove() public method

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