Interface XMLExporterListener
- All Superinterfaces:
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 TypeMethodDescriptionvoidInvoked when a different type of business object is about to be exported.
-
Method Details
-
businessObjectExporting
Invoked when a different type of business object is about to be exported.- Parameters:
e- the event object
-