void |
DefaultEventBroadcaster.broadcastEvent(Event event) |
Broadcasts an event.
|
void |
EventBroadcaster.broadcastEvent(Event event) |
Broadcasts an event.
|
java.lang.Throwable |
EventExceptionManager.ExceptionFactory.createException(Event event) |
Creates an exception from an event.
|
java.lang.Throwable |
PropertyExceptionFactory.createException(Event event) |
Creates an exception from an event.
|
java.lang.Throwable |
UnsupportedOperationExceptionFactory.createException(Event event) |
Creates an exception from an event.
|
java.lang.Throwable |
ValidationExceptionFactory.createException(Event event) |
Creates an exception from an event.
|
static java.lang.String |
EventFormatter.format(Event event) |
Formats an event using the default locale.
|
static java.lang.String |
EventFormatter.format(Event event,
java.lang.String pattern) |
Formats the event using a given pattern.
|
static java.lang.String |
EventFormatter.format(Event event,
java.util.Locale locale) |
Formats an event using a given locale.
|
private static java.lang.String |
EventFormatter.format(Event event,
java.util.ResourceBundle bundle) |
|
void |
CompositeEventListener.processEvent(Event event) |
This method is called for each event that is generated.
|
void |
EventListener.processEvent(Event event) |
This method is called for each event that is generated.
|
void |
FOPEventListenerProxy.processEvent(Event event) |
This method is called for each event that is generated.
|
void |
LoggingEventListener.processEvent(Event event) |
This method is called for each event that is generated.
|
static void |
EventExceptionManager.throwException(Event event,
java.lang.String exceptionClass) |
Converts an event into an exception and throws that.
|