| Package | Description |
|---|---|
| org.sejda.model.notification.event | |
| org.sejda.model.task |
| Modifier and Type | Method and Description |
|---|---|
NotifiableTaskMetadata |
AbstractNotificationEvent.getNotifiableTaskMetadata() |
| Constructor and Description |
|---|
PercentageOfWorkDoneChangedEvent(BigDecimal percentage,
NotifiableTaskMetadata taskMetadata)
creates and event with the given percentage
|
PercentageOfWorkDoneChangedEvent(NotifiableTaskMetadata taskMetadata)
creates and event with percentage zero.
|
TaskExecutionCompletedEvent(long executionTime,
NotifiableTaskMetadata taskMetadata)
Creates an instance specifying the execution time, the number of millis from the task to complete.
|
TaskExecutionFailedEvent(Exception failingCause,
NotifiableTaskMetadata taskMetadata) |
TaskExecutionStartedEvent(NotifiableTaskMetadata taskMetadata) |
| Modifier and Type | Field and Description |
|---|---|
static NotifiableTaskMetadata |
NotifiableTaskMetadata.NULL
Null object pattern
|
| Modifier and Type | Method and Description |
|---|---|
NotifiableTaskMetadata |
Task.getNotifiableTaskMetadata() |
NotifiableTaskMetadata |
BaseTask.getNotifiableTaskMetadata() |
Copyright © 2015. All Rights Reserved.