public abstract class BaseReaderObserver extends java.lang.Object implements ReaderObserver
ReaderObserver that provides
a public constructor for passing the event types for which the observer wants to
receive notifications.| Constructor and Description |
|---|
BaseReaderObserver(ReaderEvent.EventType... subscribedEvents)
Public constructor for passing the event types for which the observer wants to
receive notifications.
|
| Modifier and Type | Method and Description |
|---|---|
ReaderEvent.EventType[] |
subscribedEvents()
returns the event types for which the observer wants to receive notifications
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnotifypublic BaseReaderObserver(ReaderEvent.EventType... subscribedEvents)
subscribedEvents - -public ReaderEvent.EventType[] subscribedEvents()
ReaderObserversubscribedEvents in interface ReaderObserverReaderObserver.subscribedEvents()