Primavera Integration API 7.0

com.primavera.integration.client.xml.exporter
Interface XMLExporterListener

All Superinterfaces:
java.util.EventListener

public interface XMLExporterListener
extends java.util.EventListener

The listener interface for receiving XMLExporter events. The class that is interested in processing an XMLExporter event should implement this interface and pass a reference to itself when calling XMLExporter.exportFullProject().


Method Summary
 void businessObjectExporting(XMLExporterEvent e)
          Invoked when a different type of business object is about to be exported.
 

Method Detail

businessObjectExporting

void businessObjectExporting(XMLExporterEvent e)
Invoked when a different type of business object is about to be exported.

Parameters:
e - the event object

Primavera Integration API 7.0

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