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
Modifier and TypeMethodDescriptionvoidimportEventNotification(ImportEvent event, String objectName, boolean isProjectSpecific) Used to notify the listener about a specific event.
-
Method Details
-
importEventNotification
void importEventNotification(ImportEvent event, String objectName, boolean isProjectSpecific) throws XMLImporterException, XMLProcessingException Used to notify the listener about a specific event.
-