Public Member Functions | |
| __init__ (self) | |
| Constructor. | |
| ChangedValue (self, theStatus) | |
| A callback called when the progress status has changed its value. | |
| Completed (self, theStatus) | |
| A callback called when the progress status object is being destructed. | |
| Canceled (self, theStatus) | |
| SetNotifyingThread (self, *args) | |
| Overload 1: Sets the current thread as the only thread sending notifications. | |
| SetAllNotifyingThreads (self) | |
| Enables sending notifications from any thread. | |
| CanBeNotifiedFromThisThread (self) | |
| Returns true if notifications can be send from the current thread. | |
| __disown__ (self) | |
| manufacturingtoolkit.CadExMTK.ProgressStatus_Observer.__init__ | ( | self | ) |
Constructor.
Default constructor.
| manufacturingtoolkit.CadExMTK.ProgressStatus_Observer.ChangedValue | ( | self, | |
| theStatus ) |
A callback called when the progress status has changed its value.
Subclasses must redefine this method to process this event.
| manufacturingtoolkit.CadExMTK.ProgressStatus_Observer.Completed | ( | self, | |
| theStatus ) |
A callback called when the progress status object is being destructed.
Subclasses must redefine this method to process this event.
| manufacturingtoolkit.CadExMTK.ProgressStatus_Observer.SetNotifyingThread | ( | self, | |
| * | args ) |
Overload 1: Sets the current thread as the only thread sending notifications.
|
Overload 2: Sets the same notification thread as used by theOther observer.