Package org.alfresco.repo.bulkimport
Class BulkFSImportEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.alfresco.repo.bulkimport.BulkFSImportEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class BulkFSImportEvent extends org.springframework.context.ApplicationEventA 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BulkFSImportEvent(BulkFilesystemImporter source)The Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkFilesystemImportergetBulkFilesystemImporter()
-
-
-
Constructor Detail
-
BulkFSImportEvent
public BulkFSImportEvent(BulkFilesystemImporter source)
The Constructor.- Parameters:
source- the source index monitor
-
-
Method Detail
-
getBulkFilesystemImporter
public BulkFilesystemImporter getBulkFilesystemImporter()
-
-