C# Class KNFoundation.KNNotificationCentre

Afficher le fichier Open project: bt-browser/KNFoundation Class Usage Examples

Méthodes publiques

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

Method Details

AddObserverForNotificationName() public méthode

public AddObserverForNotificationName ( KNNotificationDelegate del, string notificationName ) : void
del KNNotificationDelegate
notificationName string
Résultat void

KNNotificationCentre() public méthode

public KNNotificationCentre ( ) : System
Résultat System

PostNotification() public méthode

public PostNotification ( KNNotification notification ) : void
notification KNNotification
Résultat void

PostNotificationWithName() public méthode

public PostNotificationWithName ( string name, object sender ) : void
name string
sender object
Résultat void

PostNotificationWithNameAndProperties() public méthode

public PostNotificationWithNameAndProperties ( string name, object sender, object>.Dictionary properties ) : void
name string
sender object
properties object>.Dictionary
Résultat void

RemoveNotificationDelegate() public méthode

public RemoveNotificationDelegate ( KNNotificationDelegate del ) : void
del KNNotificationDelegate
Résultat void

RemoveObserver() public méthode

public RemoveObserver ( object observer ) : void
observer object
Résultat void

SharedCentre() public static méthode

public static SharedCentre ( ) : KNNotificationCentre
Résultat KNNotificationCentre