org.alfresco.repo.bulkimport
Class BulkFSImportEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.alfresco.repo.bulkimport.BulkFSImportEvent
All Implemented Interfaces:
java.io.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:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BulkFSImportEvent(BulkFilesystemImporter source)
          The Constructor.
 
Method Summary
 BulkFilesystemImporter getBulkFilesystemImporter()
           
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BulkFSImportEvent

public BulkFSImportEvent(BulkFilesystemImporter source)
The Constructor.

Parameters:
source - the source index monitor
description - the event description
count - its instance count
Method Detail

getBulkFilesystemImporter

public BulkFilesystemImporter getBulkFilesystemImporter()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.