Interface XMLExporterListener

All Superinterfaces:
EventListener

public interface XMLExporterListener extends 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

    Modifier and Type
    Method
    Description
    void
    Invoked when a different type of business object is about to be exported.
  • Method Details

    • businessObjectExporting

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