C# Class Pushover_plugin.WebhookForwardHandler

Manages the creation and operation of the webhook forwarder.
Inheritance: IForwardDestinationHandler
Afficher le fichier Open project: Vorror/GrowlForWindowsPushover

Méthodes publiques

Méthode Description
GetListItems ( ) : List

Gets the list of DestinationListItems to display as choices when the user chooses 'Add Forward'.

GetSettingsPanel ( Growl.Destinations.DestinationBase db ) : Growl.Destinations.DestinationSettingsPanel

Gets the settings panel associated with this forwarder.

This is called when a user is editing an existing forwarder.

GetSettingsPanel ( Growl.Destinations.DestinationListItem dbli ) : Growl.Destinations.DestinationSettingsPanel

Gets the settings panel associated with this forwarder.

This is called when a user is adding a new forwarding destination.

Register ( ) : List

Registers the forwarder with Growl.

Private Methods

Méthode Description
GetIcon ( ) : System.Drawing.Image

Gets the icon associated with this forwarder.

Method Details

GetListItems() public méthode

Gets the list of DestinationListItems to display as choices when the user chooses 'Add Forward'.
public GetListItems ( ) : List
Résultat List

GetSettingsPanel() public méthode

Gets the settings panel associated with this forwarder.
This is called when a user is editing an existing forwarder.
public GetSettingsPanel ( Growl.Destinations.DestinationBase db ) : Growl.Destinations.DestinationSettingsPanel
db Growl.Destinations.DestinationBase The of an exiting forwarder
Résultat Growl.Destinations.DestinationSettingsPanel

GetSettingsPanel() public méthode

Gets the settings panel associated with this forwarder.
This is called when a user is adding a new forwarding destination.
public GetSettingsPanel ( Growl.Destinations.DestinationListItem dbli ) : Growl.Destinations.DestinationSettingsPanel
dbli Growl.Destinations.DestinationListItem The as selected by the user
Résultat Growl.Destinations.DestinationSettingsPanel

Register() public méthode

Registers the forwarder with Growl.
public Register ( ) : List
Résultat List