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 Type
    Method
    Description
    void
    importEventNotification(ImportEvent event, String objectName, boolean isProjectSpecific)
    Used to notify the listener about a specific event.