public interface ReaderObserver
Modifier and Type | Method and Description |
---|---|
void |
notify(ReaderEvent event)
invoked when one of the subscribed events has occured.
|
ReaderEvent.EventType[] |
subscribedEvents()
returns the event types for which the observer wants to receive notifications
|
ReaderEvent.EventType[] subscribedEvents()
void notify(ReaderEvent event)
event
- -