C# Class XG.Plugin.ANotificationSender

Afficher le fichier Open project: lformella/xdcc-grabscher

Méthodes publiques

Méthode Description
FireNotificationAdded ( Notification aType, AObject aObject ) : void
FireNotificationAdded ( Notification aType, AObject aObject1, AObject aObject2 ) : void
FireNotificationAdded ( object aSender, EventArgs aEventArgs ) : void

Method Details

FireNotificationAdded() public méthode

public FireNotificationAdded ( Notification aType, AObject aObject ) : void
aType XG.Model.Domain.Notification
aObject AObject
Résultat void

FireNotificationAdded() public méthode

public FireNotificationAdded ( Notification aType, AObject aObject1, AObject aObject2 ) : void
aType XG.Model.Domain.Notification
aObject1 AObject
aObject2 AObject
Résultat void

FireNotificationAdded() public méthode

public FireNotificationAdded ( object aSender, EventArgs aEventArgs ) : void
aSender object
aEventArgs EventArgs
Résultat void