| Package | Description |
|---|---|
| org.apache.fop.events |
| Modifier and Type | Method and Description |
|---|---|
void |
EventBroadcaster.broadcastEvent(Event event)
Broadcasts an event.
|
void |
DefaultEventBroadcaster.broadcastEvent(Event event)
Broadcasts an event.
|
Throwable |
EventExceptionManager.ExceptionFactory.createException(Event event)
Creates an exception from an event.
|
static String |
EventFormatter.format(Event event)
Formats an event using the default locale.
|
static String |
EventFormatter.format(Event event,
Locale locale)
Formats an event using a given locale.
|
static String |
EventFormatter.format(Event event,
String pattern)
Formats the event using a given pattern.
|
void |
EventListener.processEvent(Event event)
This method is called for each event that is generated.
|
void |
CompositeEventListener.processEvent(Event event)
This method is called for each event that is generated.
|
static void |
EventExceptionManager.throwException(Event event,
String exceptionClass)
Converts an event into an exception and throws that.
|
Copyright © 2023 Apache Software Foundation. All rights reserved.