C# 클래스 SubscriberWrapper, ave-2015-16-sem1-i41n

상속: Observer
파일 보기 프로젝트 열기: isel-leic-ave/ave-2015-16-sem1-i41n 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

public Equals ( Object o ) : bool
o Object
리턴 bool

Feedback() 공개 메소드

public Feedback ( int n ) : void
n int
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Occurrence() 공개 메소드

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

SubscriberWrapper() 공개 메소드

public SubscriberWrapper ( CountEventHandler h ) : System
h CountEventHandler
리턴 System

SubscriberWrapper() 공개 메소드

public SubscriberWrapper ( CounterWrapper, c ) : System
c CounterWrapper,
리턴 System

add() 공개 메소드

public add ( DowjonesEventHandler handler ) : void
handler DowjonesEventHandler
리턴 void

remove() 공개 메소드

public remove ( DowjonesEventHandler handler ) : void
handler DowjonesEventHandler
리턴 void