A class for message communication between objects. More...
Public Member Functions | |
virtual void | changeListenerCallback (SafeChangeBroadcaster *b)=0 |
Overwrite this and handle the message. More... | |
A class for message communication between objects.
This class has the same functionality as the JUCE ChangeListener class, but it uses a weak reference for the internal list, so deleted listeners will not crash the application.
|
pure virtual |
Overwrite this and handle the message.
Implemented in SampleMap.