|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
---|---|
org.apache.fop.events | Subsystem for reporting events inside FOP to client applications. |
org.apache.fop.fo.pagination | All the pagination and declaration formatting objects. |
org.apache.fop.layoutmgr | FOP's layout engine. |
Uses of Event in org.apache.fop.events |
---|
Methods in org.apache.fop.events with parameters of type Event | |
---|---|
void |
DefaultEventBroadcaster.broadcastEvent(Event event)
Broadcasts an event. |
void |
EventBroadcaster.broadcastEvent(Event event)
Broadcasts an event. |
java.lang.Throwable |
UnsupportedOperationExceptionFactory.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 |
EventExceptionManager.ExceptionFactory.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.util.Locale locale)
Formats an event using a given locale. |
static java.lang.String |
EventFormatter.format(Event event,
java.lang.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. |
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. |
Uses of Event in org.apache.fop.fo.pagination |
---|
Methods in org.apache.fop.fo.pagination with parameters of type Event | |
---|---|
java.lang.Throwable |
PageProductionException.PageProductionExceptionFactory.createException(Event event)
Creates an exception from an event. |
Uses of Event in org.apache.fop.layoutmgr |
---|
Methods in org.apache.fop.layoutmgr with parameters of type Event | |
---|---|
java.lang.Throwable |
LayoutException.LayoutExceptionFactory.createException(Event event)
Creates an exception from an event. |
|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |