JUCE
Enumerations
juce_NotificationType.h File Reference

Enumerations

enum  NotificationType { dontSendNotification = 0, sendNotification = 1, sendNotificationSync, sendNotificationAsync }
 These enums are used in various classes to indicate whether a notification event should be sent out. More...
 

Enumeration Type Documentation

These enums are used in various classes to indicate whether a notification event should be sent out.

Enumerator
dontSendNotification 

No notification message should be sent.

sendNotification 

Requests a notification message, either synchronous or not.

sendNotificationSync 

Requests a synchronous notification.

sendNotificationAsync 

Requests an asynchronous notification.