Class XMLExporterEvent

java.lang.Object
java.util.EventObject
com.primavera.integration.client.xml.xmlexporter.XMLExporterEvent
All Implemented Interfaces:
Serializable

public class XMLExporterEvent extends EventObject
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 Details

    • getParameters

      public XMLExporterParams getParameters()
      Retrieves the XMLExporter parameters associated with this event
      Returns:
      XMLExporterParams the parameters object