Uses of Class
org.apache.fop.events.model.EventModel
-
Packages that use EventModel Package Description org.apache.fop.events org.apache.fop.events.model Model classes for the event subsystem.org.apache.fop.eventtools -
-
Uses of EventModel in org.apache.fop.events
Fields in org.apache.fop.events with type parameters of type EventModel Modifier and Type Field Description private static java.util.List<EventModel>DefaultEventBroadcaster. eventModelsMethods in org.apache.fop.events that return EventModel Modifier and Type Method Description private static EventModelDefaultEventBroadcaster. loadModel(java.lang.Class resourceBaseClass)Loads an event model and returns its instance.Methods in org.apache.fop.events with parameters of type EventModel Modifier and Type Method Description static voidDefaultEventBroadcaster. addEventModel(EventModel eventModel)Adds a newEventModelto the list of registered event models. -
Uses of EventModel in org.apache.fop.events.model
Fields in org.apache.fop.events.model declared as EventModel Modifier and Type Field Description private EventModelEventModelParser.Handler. modelMethods in org.apache.fop.events.model that return EventModel Modifier and Type Method Description static EventModelEventModelParser. parse(javax.xml.transform.Source src)Parses an event model file into an EventModel instance.Methods in org.apache.fop.events.model with parameters of type EventModel Modifier and Type Method Description static org.xml.sax.ContentHandlerEventModelParser. getContentHandler(EventModel model)Creates a new ContentHandler instance that you can send the event model XML to.Constructors in org.apache.fop.events.model with parameters of type EventModel Constructor Description Handler(EventModel model) -
Uses of EventModel in org.apache.fop.eventtools
Fields in org.apache.fop.eventtools with type parameters of type EventModel Modifier and Type Field Description private java.util.List<EventModel>EventProducerCollector. modelsMethods in org.apache.fop.eventtools that return types with arguments of type EventModel Modifier and Type Method Description java.util.List<EventModel>EventProducerCollector. getModels()Returns the event model that has been accumulated.Methods in org.apache.fop.eventtools with parameters of type EventModel Modifier and Type Method Description private java.io.FileEventProducerCollectorTask. getParentDir(EventModel model)
-