Uses of Class
org.docx4j.org.apache.fop.events.Event
Packages that use Event
-
Uses of Event in org.docx4j.org.apache.fop.events
Methods in org.docx4j.org.apache.fop.events with parameters of type EventModifier and TypeMethodDescriptionvoidDefaultEventBroadcaster.broadcastEvent(Event event) Broadcasts an event.voidEventBroadcaster.broadcastEvent(Event event) Broadcasts an event.EventExceptionManager.ExceptionFactory.createException(Event event) Creates an exception from an event.static StringFormats an event using the default locale.static StringFormats the event using a given pattern.static StringFormats an event using a given locale.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, String exceptionClass) Converts an event into an exception and throws that.