# libtmux::NotificationWatch

- **Module:** libtmux
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/85e8bd603a322dc32bb8b9aeb1a72bcf36945f1d/include/libtmux/notification.hpp#L127
- **Page:** https://libtmux.org/reference/cxx/libtmux-notificationwatch/

## Members

- `NotificationWatch` (method)
- `~NotificationWatch` (method)
- `take_notifications` (method) — Everything this watch has not taken yet, returned without waiting.
- `wait_for_notifications` (method) — Wait for this watch to have an event, for the stream to close, or for the deadline.
- `notification_fd` (method) — Readable when this watch has something to take or its stream has closed.
- `dropped_notifications` (method) — Events evicted before this watch took them, excluding events consumed by other cursors and events emitted before this watch opened.
