Dynamic Relaxation Clash Plugin

ObservableProgress Members

The ObservableProgress type exposes the following members.

Methods


  Name Description
Public method AddProgress
Adds the progress listener to this observable prosess.
Public method AddResultListener
Adds the result listener.
Public method Static member DoEvents
Thread handling for updating UI. Using of dispathcer. See Microsoft documentation for more information.
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method FireProgressChanged
Fires the progress changed: Tells all the listeners about the change in the observable progress.
Public method FireResultChanged
Fires the result changed.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method RemoveProgress
Removes the progress listener from the observable prosess
Public method RemoveResultListener
Removes the result listener.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields


  Name Description
Private field _listeners
The list of all the listeners
Private field _resultListeners
The _result listeners

Properties


  Name Description
Public property ProgressMax
Gets or sets the progress maximum.
Public property ProgressMin
Gets or sets the progress minimum.