C# 클래스 KNFoundation.KNNotificationCentre

파일 보기 프로젝트 열기: bt-browser/KNFoundation 1 사용 예제들

공개 메소드들

메소드 설명
AddObserverForNotificationName ( KNNotificationDelegate del, string notificationName ) : void
KNNotificationCentre ( ) : System
PostNotification ( KNNotification notification ) : void
PostNotificationWithName ( string name, object sender ) : void
PostNotificationWithNameAndProperties ( string name, object sender, object>.Dictionary properties ) : void
RemoveNotificationDelegate ( KNNotificationDelegate del ) : void
RemoveObserver ( object observer ) : void
SharedCentre ( ) : KNNotificationCentre

메소드 상세

AddObserverForNotificationName() 공개 메소드

public AddObserverForNotificationName ( KNNotificationDelegate del, string notificationName ) : void
del KNNotificationDelegate
notificationName string
리턴 void

KNNotificationCentre() 공개 메소드

public KNNotificationCentre ( ) : System
리턴 System

PostNotification() 공개 메소드

public PostNotification ( KNNotification notification ) : void
notification KNNotification
리턴 void

PostNotificationWithName() 공개 메소드

public PostNotificationWithName ( string name, object sender ) : void
name string
sender object
리턴 void

PostNotificationWithNameAndProperties() 공개 메소드

public PostNotificationWithNameAndProperties ( string name, object sender, object>.Dictionary properties ) : void
name string
sender object
properties object>.Dictionary
리턴 void

RemoveNotificationDelegate() 공개 메소드

public RemoveNotificationDelegate ( KNNotificationDelegate del ) : void
del KNNotificationDelegate
리턴 void

RemoveObserver() 공개 메소드

public RemoveObserver ( object observer ) : void
observer object
리턴 void

SharedCentre() 공개 정적인 메소드

public static SharedCentre ( ) : KNNotificationCentre
리턴 KNNotificationCentre