Interface ExportController


  • public interface ExportController
    Manage exporting tasks.

    This controller is a singleton and can therefore be found in Lookup:

    ExportController ec = Lookup.getDefault().lookup(ExportController.class);
    Author:
    Mathieu Bastian
    See Also:
    Exporter