67 void postMessage (
Message* message)
const;
MessageListener subclasses can post and receive Message objects.
virtual void handleMessage(const Message &message)=0
This is the callback method that receives incoming messages.
The base class for objects that can be sent to a MessageListener.
This class is embedded inside an object to which you want to attach WeakReference pointers.
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.