Class BulkFSImportEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.alfresco.repo.bulkimport.BulkFSImportEvent
All Implemented Interfaces:
Serializable

public class BulkFSImportEvent extends org.springframework.context.ApplicationEvent
A class of event that notifies the listener of a significant event relating to a bulk filesystem import. Useful for Monitoring purposes.
Since:
4.0
See Also:
  • Constructor Details

    • BulkFSImportEvent

      public BulkFSImportEvent(BulkFilesystemImporter source)
      The Constructor.
      Parameters:
      source - the source index monitor
  • Method Details