Class XMLExporterEvent
java.lang.Object
java.util.EventObject
com.primavera.integration.client.xml.xmlexporter.XMLExporterEvent
- All Implemented Interfaces:
Serializable
This class represents an event fired by the XMLExporter when exporting a full project. The
event gets fired when a new type of business object is about to be exported, allowing you to
specify the fields to be exported or to skip a particular business object type.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the XMLExporter parameters associated with this eventMethods inherited from class java.util.EventObject
getSource, toString
-
Method Details
-
getParameters
Retrieves the XMLExporter parameters associated with this event- Returns:
- XMLExporterParams the parameters object
-