Primavera Integration API 7.0

com.primavera.integration.client.xml.xmlexporter
Class XMLExporterEvent

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

public class XMLExporterEvent
extends java.util.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:
Serialized Form

Method Summary
 XMLExporterParams getParameters()
          Retrieves the XMLExporter parameters associated with this event
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getParameters

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

Returns:
XMLExporterParams the parameters object

Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.