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