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:
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
BulkFSImportEvent
The Constructor.- Parameters:
source- the source index monitor
-
-
Method Details
-
getBulkFilesystemImporter
-