public interface FilesystemNotificationObserver
Modifier and Type | Method and Description |
---|---|
void |
addNotification(FilesystemNotification n)
Adds a notification to the blocking queue.
|
LinkedBlockingQueue<FilesystemNotification> |
getBlockingQueue()
Adds a new notification to the observer.
|
LinkedBlockingQueue<FilesystemNotification> getBlockingQueue()
void addNotification(FilesystemNotification n)
n
- - FilesystemNotificationCopyright © 2013. All Rights Reserved.