C# Class MonoDevelop.Monobjc.Commands.ExportBundleCommandHandler

Command handler for the export operation.
Inheritance: MonoDevelop.Components.Commands.CommandHandler
Mostra file Open project: Monobjc/monobjc-monodevelop

Protected Methods

Method Description
Run ( object dataItem ) : void

Runs the specified command.

Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void

Updates the command.

Method Details

Run() protected method

Runs the specified command.
protected Run ( object dataItem ) : void
dataItem object The data item.
return void

Update() protected method

Updates the command.
protected Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void
info MonoDevelop.Components.Commands.CommandInfo The info.
return void