|
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. This method is usually called from within the observed component. |
void |
EventBroadcaster.broadcastEvent(Event event)
Broadcasts an event. |
void |
EventListener.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. |
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. |
java.lang.Throwable |
UnsupportedOperationExceptionFactory.createException(Event event)
Creates an exception from an event. |
void |
CompositeEventListener.processEvent(Event event)
This method is called for each event that is generated. With the event's ID it is possible to react to certain events. Events can also simply be recorded and presented to a user. It is possible to throw an (unchecked) exception if the processing needs to be aborted because some special event occurred. This way the client can configure the behaviour of the observed application. |
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 |
LoggingEventListener.processEvent(Event event)
This method is called for each event that is generated. With the event's ID it is possible to react to certain events. Events can also simply be recorded and presented to a user. It is possible to throw an (unchecked) exception if the processing needs to be aborted because some special event occurred. This way the client can configure the behaviour of the observed application. |
java.lang.Throwable |
PropertyExceptionFactory.createException(Event event)
Creates an exception from an event. |
void |
FOPEventListenerProxy.processEvent(Event event)
This method is called for each event that is generated. With the event's ID it is possible to react to certain events. Events can also simply be recorded and presented to a user. It is possible to throw an (unchecked) exception if the processing needs to be aborted because some special event occurred. This way the client can configure the behaviour of the observed application. |
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 |