Primavera Integration API Release 8

com.primavera.integration.client.xml.xmlimporter.event
Interface ImportEventsListener


public interface ImportEventsListener

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

This listener can be registered in the XMLImporter.


Method Summary
 void importEventNotification(ImportEvent event, String objectName, boolean isProjectSpecific)
          Used to notify the listener about a specific event.
 

Method Detail

importEventNotification

void importEventNotification(ImportEvent event,
                             String objectName,
                             boolean isProjectSpecific)
                             throws XMLImporterException,
                                    XMLProcessingException
Used to notify the listener about a specific event.

Throws:
XMLImporterException
XMLProcessingException

Primavera Integration API Release 8

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