public interface NotificationQueue
Modifier and Type | Interface and Description |
---|---|
static interface |
NotificationQueue.Dependency |
static interface |
NotificationQueue.IndexUpdateNotification |
static interface |
NotificationQueue.Notification<TYPE extends IntrusiveDoublyLinkedNode<TYPE>>
A notification that may be enqueued.
|
Modifier and Type | Method and Description |
---|---|
void |
addNotification(NotificationQueue.Notification notification)
Add a notification for this NotificationQueue to deliver (by invoking its run() method).
|
void addNotification(NotificationQueue.Notification notification)
notification
- The notification to add