See: Description
| Interface | Description |
|---|---|
| Notifier |
Interface to implement when a channel is able to notify a specific object about
data availability.
|
| Notifier.Listener |
Interface that is called by the notifier when something changed to a channel.
|
| NotifyingChannel |
Notifying channel.
|
| Class | Description |
|---|---|
| CompoundNotifier |
Compound notifier.
|
| EventCounter |
Event counter.
|
| NotifyingChannelWrapper |
Wrapper around another channel to add notification.
|
| NotifyingReadChannel<C extends ReadChannel> |
Wrapper around another channel to add notification to a read channel.
|