| Package | Description |
|---|---|
| org.sejda.core.notification.dsl |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationEventsNotifier
An DSL class that can be used to notify all the global and local listeners about an event.
|
| Modifier and Type | Method and Description |
|---|---|
OngoingNotification |
Notifier.stepsCompleted(BigDecimal completed)
Notifies about a certain amount of steps completed:
notifyEvent().stepsCompleted(new BigDecimal("2").outOf(10);
|
OngoingNotification |
ApplicationEventsNotifier.stepsCompleted(BigDecimal completed) |
OngoingNotification |
Notifier.stepsCompleted(int completed)
Notifies about a certain amount of steps completed:
notifyEvent().stepsCompleted(2).outOf(10);
|
OngoingNotification |
ApplicationEventsNotifier.stepsCompleted(int completed) |
Copyright © 2015. All Rights Reserved.