C# Class Pushover_plugin.WebhookInputs

Inheritance: Growl.Destinations.DestinationSettingsPanel
Datei anzeigen Open project: Vorror/GrowlForWindowsPushover

Public Methods

Method Description
Create ( ) : Growl.Destinations.DestinationBase

Creates a new instance of the webhook forwarder.

This is called when the user is adding a new destination and clicks the 'Save' button.

Initialize ( bool isSubscription, Growl.Destinations.DestinationListItem dli, Growl.Destinations.DestinationBase db ) : void

Initializes the configuration UI when a webhook is being added or edited.

Update ( Growl.Destinations.DestinationBase db ) : void

Updates the specified webhook instance.

This is called when a user is editing an existing webhook and clicks the 'Save' button.

WebhookInputs ( ) : System

Private Methods

Method Description
InitializeComponent ( ) : void
ValidateInputs ( ) : void
textBox1_TextChanged ( object sender, EventArgs e ) : void
textBoxName_TextChanged ( object sender, EventArgs e ) : void
textBoxUrl_TextChanged ( object sender, EventArgs e ) : void

Method Details

Create() public method

Creates a new instance of the webhook forwarder.
This is called when the user is adding a new destination and clicks the 'Save' button.
public Create ( ) : Growl.Destinations.DestinationBase
return Growl.Destinations.DestinationBase

Initialize() public method

Initializes the configuration UI when a webhook is being added or edited.
public Initialize ( bool isSubscription, Growl.Destinations.DestinationListItem dli, Growl.Destinations.DestinationBase db ) : void
isSubscription bool will always be false for s
dli Growl.Destinations.DestinationListItem The that the user selected
db Growl.Destinations.DestinationBase The of the item if it is being edited;null otherwise
return void

Update() public method

Updates the specified webhook instance.
This is called when a user is editing an existing webhook and clicks the 'Save' button.
public Update ( Growl.Destinations.DestinationBase db ) : void
db Growl.Destinations.DestinationBase The to update
return void

WebhookInputs() public method

public WebhookInputs ( ) : System
return System