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