Modifier and Type | Class and Description |
---|---|
class |
CompositeNotificationReceiver
Provides the functionality to combine notification receivers.
|
Modifier and Type | Method and Description |
---|---|
INotificationReceiver |
LoadOptions.getNotificationReceiver()
Gets a NotificationReceiver.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Extractor.sendNotificationMessage(INotificationReceiver receiver,
NotificationMessage message)
Sends notification message to
receiver and factory receiver (if presented). |
protected void |
ExtractorFactory.sendNotificationMessage(INotificationReceiver receiver,
NotificationMessage message)
Sends notification message to
receiver and factory receiver (if presented). |
void |
LoadOptions.setNotificationReceiver(INotificationReceiver value)
Sets a NotificationReceiver.
|
Constructor and Description |
---|
CompositeNotificationReceiver(INotificationReceiver... receivers)
Initializes a new instance of the
CompositeNotificationReceiver class. |
Extractor(MediaTypeDetector mediaTypeDetector,
EncodingDetector encodingDetector,
INotificationReceiver notificationReceiver)
Initializes a new instance of the
Extractor class. |
Extractor(MediaTypeDetector mediaTypeDetector,
EncodingDetector encodingDetector,
INotificationReceiver notificationReceiver,
DocumentFormatter documentFormatter)
Initializes a new instance of the
Extractor class. |
ExtractorFactory(DocumentFormatter documentFormatter,
MediaTypeDetector mediaTypeDetector,
EncodingDetector encodingDetector,
INotificationReceiver notificationReceiver)
Initializes a new instance of the
ExtractorFactory class. |
Copyright © 2018. All rights reserved.