org.avineas.io.notify
public interface Notifier
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Notifier.Listener
Interface that is called by the notifier when something changed to a channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
notify(Notifier.Listener toNotify)
Set the listener to notify when data is available.
|
void notify(Notifier.Listener toNotify)
toNotify - The object to notify