Class IUpdaterObserver
Interface used to receive progress updates from the PvGenFUUpdater.
Implements
Inherited Members
Namespace: eBUSDotNetReceive
Assembly: eBUSDotNetReceive.dll
Syntax
public class IUpdaterObserver : IDisposable
Constructors
View SourceIUpdaterObserver()
Constructor
Declaration
public IUpdaterObserver()
Fields
View SourceswigCMemOwn
Determines who is responsible for deleting the underlying C++ object.
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Dispose
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~IUpdaterObserver()
Destructor.
Declaration
protected ~IUpdaterObserver()
UpdateProgressLabel(string)
Callback for progress messages.
Declaration
public virtual void UpdateProgressLabel(string aMsg)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aMsg | The progress message. |
UpdateProgressValue(int)
Callback for progress value.
Declaration
public virtual void UpdateProgressValue(int aValue)
Parameters
| Type | Name | Description |
|---|---|---|
| int | aValue | Progress value in percent. |