Public Member Functions | List of all members
MainController::UserPresetHandler::Listener Class Referenceabstract

A class that will be notified about user preset changes. More...

Inheritance diagram for MainController::UserPresetHandler::Listener:
PresetBrowser

Public Member Functions

virtual void presetChanged (const File &newPreset)=0
 Called on the message thread whenever the new preset was loaded. More...
 
virtual void presetListUpdated ()=0
 Called whenever the number of presets changed. More...
 

Detailed Description

A class that will be notified about user preset changes.

Member Function Documentation

virtual void presetChanged ( const File &  newPreset)
pure virtual

Called on the message thread whenever the new preset was loaded.

virtual void presetListUpdated ( )
pure virtual

Called whenever the number of presets changed.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.