com.primavera.integration.client.xml.xmlexporter
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().
businessObjectExporting
void businessObjectExporting(XMLExporterEvent e)
- Invoked when a different type of business object is about to be exported.
- Parameters:
e
- the event object
Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.