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

Inheritance: Observer
Afficher le fichier Open project: isel-leic-ave/ave-2015-16-sem1-i41n Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Equals ( Object o ) : bool
o Object
Résultat bool

Feedback() public méthode

public Feedback ( int n ) : void
n int
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Occurrence() public méthode

public Occurrence ( string title, string uri, DateTime when ) : void
title string
uri string
when DateTime
Résultat void

SubscriberWrapper() public méthode

public SubscriberWrapper ( CountEventHandler h ) : System
h CountEventHandler
Résultat System

SubscriberWrapper() public méthode

public SubscriberWrapper ( CounterWrapper, c ) : System
c CounterWrapper,
Résultat System

add() public méthode

public add ( DowjonesEventHandler handler ) : void
handler DowjonesEventHandler
Résultat void

remove() public méthode

public remove ( DowjonesEventHandler handler ) : void
handler DowjonesEventHandler
Résultat void