A C D E F G H I J L M N O P R S T U W 

N

Notifier - Interface in org.avineas.io.notify
Interface to implement when a channel is able to notify a specific object about data availability.
Notifier.Listener - Interface in org.avineas.io.notify
Interface that is called by the notifier when something changed to a channel.
notify(Notifier.Listener) - Method in interface org.avineas.io.notify.Notifier
Set the listener to notify when data is available.
notify(Notifier.Listener) - Method in class org.avineas.io.notify.NotifyingReadChannel
 
notifyChilds() - Method in class org.avineas.io.notify.CompoundNotifier
Method that can be used by external holders of this type of notifier to notify asynchronously the listeners to this notifier.
NotifyingChannel - Interface in org.avineas.io.notify
Notifying channel.
NotifyingChannelWrapper - Class in org.avineas.io.notify
Wrapper around another channel to add notification.
NotifyingChannelWrapper(Channel, int) - Constructor for class org.avineas.io.notify.NotifyingChannelWrapper
 
NotifyingReadChannel<C extends ReadChannel> - Class in org.avineas.io.notify
Wrapper around another channel to add notification to a read channel.
NotifyingReadChannel(C, int) - Constructor for class org.avineas.io.notify.NotifyingReadChannel
Add notification to a read channel.
A C D E F G H I J L M N O P R S T U W