#include <Ultralight/ImageSource.h>
Listener for ImageSourceProvider events.
This is used to notify listeners when an ImageSource is added or removed from the provider.
◆ ~ImageSourceProviderListener()
◆ OnAddImageSource()
Called when an ImageSource is added to the provider.
- Parameters
-
id | The identifier of the image source. |
image_source | The ImageSource instance. |
◆ OnRemoveImageSource()
virtual void OnRemoveImageSource |
( |
const String & | id | ) |
|
|
pure virtual |
Called when an ImageSource is removed from the provider.
- Parameters
-
id | The identifier of the image source. |
The documentation for this class was generated from the following file: