C# Class Orc.NuGetExplorer.PackageManagerWatcherBase

Show file Open project: WildGums/Orc.NuGetExplorer

Public Methods

Method Description
PackageManagerWatcherBase ( IPackageOperationNotificationService packageOperationNotificationService ) : Catel

Protected Methods

Method Description
OnOperationFinished ( object sender, PackageOperationEventArgs e ) : void
OnOperationStarting ( object sender, PackageOperationEventArgs e ) : void
OnOperationsBatchFinished ( object sender, PackageOperationBatchEventArgs e ) : void
OnOperationsBatchStarting ( object sender, PackageOperationBatchEventArgs e ) : void

Method Details

OnOperationFinished() protected method

protected OnOperationFinished ( object sender, PackageOperationEventArgs e ) : void
sender object
e PackageOperationEventArgs
return void

OnOperationStarting() protected method

protected OnOperationStarting ( object sender, PackageOperationEventArgs e ) : void
sender object
e PackageOperationEventArgs
return void

OnOperationsBatchFinished() protected method

protected OnOperationsBatchFinished ( object sender, PackageOperationBatchEventArgs e ) : void
sender object
e PackageOperationBatchEventArgs
return void

OnOperationsBatchStarting() protected method

protected OnOperationsBatchStarting ( object sender, PackageOperationBatchEventArgs e ) : void
sender object
e PackageOperationBatchEventArgs
return void

PackageManagerWatcherBase() public method

public PackageManagerWatcherBase ( IPackageOperationNotificationService packageOperationNotificationService ) : Catel
packageOperationNotificationService IPackageOperationNotificationService
return Catel