class
IProjectLibraryEventNotifier
Interface that may be used for notifying project library of certain events.
Public
Methods
~IProjectLibraryEventNotifier
virtual ~IProjectLibraryEventNotifier() noexcept = default
NotifyEntryAdded
Notifies the event listeners that an entry was added to the library.
- relativePath
- Path provided is relative to the project library imported resources folder.
NotifyEntryRemoved
Notifies the event listeners that an entry was removed from the library.
- relativePath
- Path provided is relative to the project library imported resources folder.