| UtilsLib REALbasic Support Plugin |
|
IProgressHandler Interface
Let a class implement this interface to be able to pass the class instance as a parameter to a image filter to let the class get progress callbacks.
Note:A Interface is nothing but a promise, a promise that a class implements a certain interface. So any class that implements IProgressHandler is only promising to implement the methods that the IProgressHandler interface describes.
interface IProgressHandler
Methods
OnProgress | Algorithms that use the IProgressHandler interface will call this method when they want to give a notice of a progress. |
[Footnote]
Supported Platforms:
PPC - MacOS 9Carbon - MacOS 9 and MacOS X (PEF)MacOS X PPC - (Mach-O)MacOS X Universal Binary (Mach-O)Win32 - WindowsLinux x86