| Package | Description |
|---|---|
| org.trancecode.event | |
| org.trancecode.xproc.event |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventObservable<T extends Event> |
interface |
EventDispatcher<T extends Event> |
interface |
EventObservable<T extends Event> |
interface |
EventObserver<T extends Event> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Event> |
EventDispatchers.newEventDispatcher() |
static <T extends Event> |
EventDispatchers.newEventDispatcher(AbstractEventObservable.NotificationFailurePolicy notificationFailurePolicy) |
static <T extends Event> |
EventDispatchers.newEventDispatcher(boolean blockingNotification,
TaskExecutor executor,
AbstractEventObservable.NotificationFailurePolicy notificationFailurePolicy) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEventObservable.NotificationFailurePolicy.notificationFailure(EventObserver<?> observer,
Event event,
Throwable error) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XProcEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
AfterEvaluateVariableEvent |
class |
AfterExecuteStepEvent |
class |
AfterIterationStepEvent |
class |
AfterRunPipelineEvent |
class |
BeforeEvaluateVariableEvent |
class |
BeforeExecuteStepEvent |
class |
BeforeIterationStepEvent |
class |
BeforeRunPipelineEvent |
Copyright © 2009-2012 TranceCode. All Rights Reserved.