Modifier and Type | Method and Description |
---|---|
static NotificationMessage |
NotificationMessage.createErrorMessage(String description)
Creates a error notification message.
|
static NotificationMessage |
NotificationMessage.createErrorMessage(String description,
Exception exception)
Creates a error notification message.
|
static NotificationMessage |
NotificationMessage.createInformationMessage(String description)
Creates a information notification message.
|
static NotificationMessage |
NotificationMessage.createWarningMessage(String description)
Creates a warning notification message.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeNotificationReceiver.processMessage(NotificationMessage message)
Processes the
message . |
void |
INotificationReceiver.processMessage(NotificationMessage message)
Processes the message.
|
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). |
Copyright © 2019. All rights reserved.