JUCE
|
An instance of this class will provide callbacks when drives are mounted or unmounted on the system. More...
Public Member Functions | |
MountedVolumeListChangeDetector () | |
virtual | ~MountedVolumeListChangeDetector () |
virtual void | mountedVolumeListChanged ()=0 |
This method is called when a volume is mounted or unmounted. More... | |
An instance of this class will provide callbacks when drives are mounted or unmounted on the system.
Just inherit from this class and implement the pure virtual method to get the callbacks, there's no need to do anything else.
MountedVolumeListChangeDetector::MountedVolumeListChangeDetector | ( | ) |
|
virtual |
|
pure virtual |
This method is called when a volume is mounted or unmounted.