C# Class XG.Plugin.ANotificationSender

Exibir arquivo Open project: lformella/xdcc-grabscher

Public Methods

Method 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 method

public FireNotificationAdded ( Notification aType, AObject aObject ) : void
aType XG.Model.Domain.Notification
aObject AObject
return void

FireNotificationAdded() public method

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

FireNotificationAdded() public method

public FireNotificationAdded ( object aSender, EventArgs aEventArgs ) : void
aSender object
aEventArgs EventArgs
return void