30 class MessageListener;
61 void messageCallback()
override;
65 JUCE_DECLARE_NON_COPYABLE (
Message)
#define JUCE_API
This macro is added to all JUCE public class declarations.
MessageListener subclasses can post and receive Message objects.
This class acts as a pointer which will automatically become null if the object to which it points is...
A smart-pointer class which points to a reference-counted object.
The base class for objects that can be sent to a MessageListener.
Internal class used as the base class for all message objects.