Uses of Class
org.apache.fop.events.Event
-
Packages that use Event Package Description org.apache.fop.apps Application classes used for running FOP embedded in other applications.org.apache.fop.event Subsystem for reporting events inside FOP to client applications.org.apache.fop.events 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.apps
Methods in org.apache.fop.apps with parameters of type Event Modifier and Type Method Description voidFOUserAgent.FOPEventBroadcaster. broadcastEvent(Event event)Broadcasts an event. -
Uses of Event in org.apache.fop.event
Methods in org.apache.fop.event with parameters of type Event Modifier and Type Method Description java.lang.ThrowablePropertyExceptionFactory. createException(Event event)Creates an exception from an event.java.lang.ThrowableUnsupportedOperationExceptionFactory. createException(Event event)Creates an exception from an event.java.lang.ThrowableValidationExceptionFactory. createException(Event event)Creates an exception from an event.voidFOPEventListenerProxy. processEvent(Event event)This method is called for each event that is generated.voidLoggingEventListener. processEvent(Event event)This method is called for each event that is generated. -
Uses of Event in org.apache.fop.events
Methods in org.apache.fop.events with parameters of type Event Modifier and Type Method Description voidDefaultEventBroadcaster. broadcastEvent(Event event)Broadcasts an event.voidEventBroadcaster. broadcastEvent(Event event)Broadcasts an event.java.lang.ThrowableEventExceptionManager.ExceptionFactory. createException(Event event)Creates an exception from an event.static java.lang.StringEventFormatter. format(Event event)Formats an event using the default locale.static java.lang.StringEventFormatter. format(Event event, java.lang.String pattern)Formats the event using a given pattern.static java.lang.StringEventFormatter. format(Event event, java.util.Locale locale)Formats an event using a given locale.private static java.lang.StringEventFormatter. format(Event event, java.util.ResourceBundle bundle)voidCompositeEventListener. processEvent(Event event)This method is called for each event that is generated.voidEventListener. processEvent(Event event)This method is called for each event that is generated.static voidEventExceptionManager. 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 Modifier and Type Method Description java.lang.ThrowablePageProductionException.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 Modifier and Type Method Description java.lang.ThrowableLayoutException.LayoutExceptionFactory. createException(Event event)Creates an exception from an event.
-